Cargo Features
[dependencies]
flate2-expose = { version = "1.0.25", default-features = false, features = ["any_zlib", "zlib", "zlib-ng-compat", "zlib-ng", "cloudflare_zlib", "rust_backend", "miniz-sys"] }
- default = rust_backend
-
The
rust_backend
feature is set by default wheneverflate2-expose
is added without
somewhere in the dependency tree.default-features = false - any_zlib cloudflare_zlib? zlib? zlib-ng?
-
note: this is not a real user-facing feature
- zlib zlib-ng-compat? = any_zlib, libz-sys
- zlib-ng-compat = zlib
-
libz-sys:
(Omit the libc feature if you don't require the corresponding functions.)
This allows higher-level crates depending on your library to opt into zlib-ng if desired. - zlib-ng = any_zlib, libz-ng-sys
- cloudflare_zlib = any_zlib, cloudflare-zlib-sys
- rust_backend default miniz-sys? = 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. These features may have been created by mistake, and this functionality may be removed in the future.