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 default-features = false somewhere in the dependency tree.

Enables zip

aes-crypto

Enables aes-crypto of zip

bzip2

Enables bzip2 of zip

chrono

Enables chrono of zip

deflate

Enables deflate of zip

deflate-flate2

Enables deflate-flate2 of zip

deflate-miniz

Enables deflate-miniz of zip

zip:

DEPRECATED: previously enabled flate2/miniz_oxide which is equivalent to flate2/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

Enables deflate64 of zip

lzma

Enables lzma of zip

time

Enables time of zip

unreserved

Enables unreserved of zip

xz

Enables xz of zip

zstd

Enables zstd of zip

zip-extract has 16 features without comments.