Cargo Features
zip-extract has no features set by default.
[dependencies]
zip-extract = { version = "0.2.1", features = ["aes-crypto", "bzip2", "chrono", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "deflate64", "lzma", "time", "unreserved", "xz", "zstd"] }
Mirrors the features of zip crate. https://github.com/zip-rs/zip2/blob/6d3945645b7f3805068dd8c50d4fe56a66651069/Cargo.toml#L67
- default
-
These default features are set whenever
zip-extract
is added without
somewhere in the dependency tree.default-features = false Enables zip
- aes-crypto
-
Enables aes-crypto of zip
- bzip2
- chrono
- deflate
- deflate-flate2
-
Enables deflate-flate2 of zip
- deflate-miniz
-
Enables deflate-miniz of zip
zip:
DEPRECATED: previously enabled
flate2/miniz_oxide
which is equivalent toflate2/rust_backend
- deflate-zlib
-
Enables deflate-zlib of zip
- deflate-zlib-ng
-
Enables deflate-zlib-ng of zip
- deflate-zopfli
-
Enables deflate-zopfli of zip
- deflate64
- lzma
- time
- unreserved
-
Enables unreserved of zip
- xz
- zstd
zip-extract has 16 features without comments.