Cargo Features
[dependencies]
flate2 = { version = "1.0.28", default-features = false, features = ["any_zlib", "any_impl", "zlib", "zlib-default", "zlib-ng-compat", "zlib-ng", "cloudflare_zlib", "rust_backend", "miniz-sys"] }
- default = rust_backend
-
The
rust_backend
feature is set by default wheneverflate2
is added without
somewhere in the dependency tree.default-features = false - any_zlib cloudflare_zlib? zlib? zlib-default? zlib-ng? = any_impl
-
note: this is not a real user-facing feature
- any_impl any_zlib? rust_backend
-
note: this is not a real user-facing feature
- zlib zlib-ng-compat? = any_zlib, libz-sys
- zlib-default = any_zlib
- zlib-ng-compat = zlib
- zlib-ng = any_zlib, libz-ng-sys
- cloudflare_zlib = any_zlib, cloudflare-zlib-sys
- rust_backend default miniz-sys? = any_impl, miniz_oxide
- miniz-sys = rust_backend
-
For backwards compatibility
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features.