Cargo Features

[dependencies]
zip-extensions = { version = "0.8.1", default-features = false, features = ["aes-crypto", "chrono", "deflate", "deflate-flate2", "deflate-miniz", "deflate-zlib", "deflate-zlib-ng", "deflate-zopfli", "lzma", "unreserved", "xz", "bzip2", "deflate64", "time", "zstd", "aes", "constant_time_eq", "hmac", "pbkdf2", "sha1", "rand", "zeroize", "zopfli", "flate2", "lzma-rs"] }
default = aes-crypto, bzip2, deflate, deflate64, lzma, time, xz, zstd

These default features are set whenever zip-extensions is added without default-features = false somewhere in the dependency tree.

aes-crypto default

Enables aes-crypto of zip

chrono

Enables chrono of zip

deflate default

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

lzma default

Enables lzma of zip

unreserved

Enables unreserved of zip

xz default

Enables xz of zip

bzip2 default

Enables bzip2 of zip

deflate64 default

Enables deflate64 of zip

time default

Enables time of zip

zstd default

Enables zstd of zip

aes

Enables aes of zip

constant_time_eq

Enables constant_time_eq of zip

hmac

Enables hmac of zip

pbkdf2

Enables pbkdf2 of zip

sha1

Enables sha1 of zip

rand

Enables rand of zip

zeroize

Enables zeroize of zip

zopfli

Enables zopfli of zip

flate2

Enables flate2 of zip

lzma-rs

Enables lzma-rs of zip

zip-extensions has 26 features without comments.