File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -56,21 +56,7 @@ crc32 = ["dep:crc32fast"]
56
56
57
57
# # Enable the usage of zlib-related utilities to compress or decompress data.
58
58
# # This enables and uses the high-performance `zlib-rs` backend.
59
- # # Note that the various past features for selecting zlib backends are now deprecated and do nothing.
60
59
zlib = [" dep:libz-rs-sys" , " dep:thiserror" ]
61
- # # Deprecated: gix always uses zlib-rs.
62
- zlib-ng = [" zlib" ]
63
- # # Deprecated: gix always uses zlib-rs now. As of zlib-rs 0.5.0 (used by flate2
64
- # # 1.1.1), this no longer exports C symbols # by default, so it doesn't
65
- # # conflict with any other zlib library that might be loaded into the same
66
- # # address space.
67
- zlib-rs = [" zlib" ]
68
- # # Deprecated: gix always uses zlib-rs.
69
- zlib-ng-compat = [" zlib" ]
70
- # # Deprecated: gix always uses zlib-rs.
71
- zlib-stock = [" zlib" ]
72
- # # Deprecated: gix always uses zlib-rs.
73
- zlib-rust-backend = [" zlib" ]
74
60
75
61
# ! ### Other
76
62
You can’t perform that action at this time.
0 commit comments