Lines Matching +full:zlib +full:- +full:dev
22 Supports miniz_oxide and multiple zlib implementations. Supports zlib, gzip,
25 homepage = "https://github.com/rust-lang/flate2-rs"
31 "zlib",
32 "zlib-ng",
37 "api-bindings",
39 license = "MIT OR Apache-2.0"
40 repository = "https://github.com/rust-lang/flate2-rs"
43 all-features = true
44 rustdoc-args = [
45 "--cfg",
49 [dependencies.cloudflare-zlib-sys]
56 [dependencies.libz-ng-sys]
60 [dependencies.libz-sys]
63 default-features = false
67 features = ["with-alloc"]
69 default-features = false
71 [dev-dependencies.quickcheck]
73 default-features = false
75 [dev-dependencies.rand]
83 "cloudflare-zlib-sys",
86 miniz-sys = ["rust_backend"]
91 zlib = [
93 "libz-sys",
95 zlib-default = [
97 "libz-sys/default",
99 zlib-ng = [
101 "libz-ng-sys",
103 zlib-ng-compat = [
104 "zlib",
105 "libz-sys/zlib-ng",
110 features = ["with-alloc"]
111 default-features = false