feat(obiread): add static bzip2 and lzma compression support
Explicitly add `bzip2-sys` and `liblzma-sys` with the `static` feature to the `obiread` crate. This enforces static linking for BZ2 and LZMA/XZ backends, eliminating runtime dynamic library dependencies and ensuring consistent binary distribution.
This commit is contained in:
Generated
+2
@@ -1617,7 +1617,9 @@ dependencies = [
|
||||
name = "obiread"
|
||||
version = "0.1.0"
|
||||
dependencies = [
|
||||
"bzip2-sys",
|
||||
"infer",
|
||||
"liblzma-sys",
|
||||
"niffler 2.7.0",
|
||||
"obikrope",
|
||||
"regex",
|
||||
|
||||
Reference in New Issue
Block a user