feat(obiread): add static bzip2 and lzma compression support #3

Merged
coissac merged 1 commits from push-qpvrrxpnqlkw into main 2026-05-22 08:29:43 +00:00

1 Commits

Author SHA1 Message Date
Eric Coissac 72d054c06b 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.
2026-05-22 10:29:22 +02:00