We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
_all-features
1 parent fb85d7b commit 56ee7c2Copy full SHA for 56ee7c2
1 file changed
Cargo.toml
@@ -87,7 +87,6 @@ _arbitrary = ["dep:arbitrary"]
87
aes-crypto = ["dep:aes", "dep:constant_time_eq", "getrandom/std", "dep:hmac", "dep:pbkdf2", "dep:sha1", "dep:zeroize"]
88
chrono = ["dep:chrono"]
89
_deflate-any = []
90
-_all-features = [] # Detect when --all-features is used
91
deflate = ["deflate-zopfli", "deflate-flate2-zlib-rs"]
92
# Pull in flate2, but don't choose a backend; useful if you want to choose your own flate2 backend
93
deflate-flate2 = ["_deflate-any", "dep:flate2"]
0 commit comments