Cargo Features
[dependencies]
aki-xcat = { version = "0.1.36", default-features = false, features = ["debian_build", "flate2", "libflate", "inflate", "xz2", "zstd", "lz4"] }
- default = flate2, lz4, xz2, zstd
-
These default features are set whenever
aki-xcat
is added without
somewhere in the dependency tree.default-features = false - debian_build
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.