Cargo Features
[dependencies]
zune-inflate = { version = "0.2.54", default-features = false, features = ["std", "zlib", "gzip"] }
- default = gzip, std, zlib
-
These default features are set whenever
zune-inflate
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of simd-adler32
- zlib default = simd-adler32
-
Affects
utils::calc_adler_hash
… - gzip default
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.