Use zlib-ng backend for flate2 by default

Still allow disabling the feature to avoid the cmake dependency.
This commit is contained in:
Matthias Schiffer 2023-03-03 20:00:03 +01:00
parent d5406851b4
commit e6e1f55fe9
Signed by: neocturne
GPG key ID: 16EF3F64CB201D9C
3 changed files with 24 additions and 1 deletions

View file

@ -19,3 +19,7 @@ itertools = "0.10.5"
num-integer = "0.1.45"
serde = "1.0.152"
zstd = "0.12.3"
[features]
default = ["zlib-ng"]
zlib-ng = ["flate2/zlib-ng"]