zip 0.6.6

Library to support the reading and writing of zip files.
Documentation
[[bench]]
harness = false
name = "read_entry"

[[bench]]
harness = false
name = "read_metadata"
[dependencies.aes]
optional = true
version = "0.8.2"

[dependencies.byteorder]
version = "1.4.3"

[dependencies.bzip2]
optional = true
version = "0.4.3"

[dependencies.constant_time_eq]
optional = true
version = "0.1.5"

[dependencies.crc32fast]
version = "1.3.2"

[dependencies.flate2]
default-features = false
optional = true
version = "1.0.23"

[dependencies.hmac]
features = ["reset"]
optional = true
version = "0.12.1"

[dependencies.pbkdf2]
optional = true
version = "0.11.0"

[dependencies.sha1]
optional = true
version = "0.10.1"

[dependencies.time]
default-features = false
features = ["std"]
optional = true
version = "0.3.7"

[dependencies.zstd]
optional = true
version = "0.11.2"
[dev-dependencies.bencher]
version = "0.1.5"

[dev-dependencies.getrandom]
version = "0.2.5"

[dev-dependencies.time]
features = ["formatting", "macros"]
version = "0.3.7"

[dev-dependencies.walkdir]
version = "2.3.2"

[features]
aes-crypto = ["aes", "constant_time_eq", "hmac", "pbkdf2", "sha1"]
default = ["aes-crypto", "bzip2", "deflate", "time", "zstd"]
deflate = ["flate2/rust_backend"]
deflate-miniz = ["flate2/default"]
deflate-zlib = ["flate2/zlib"]
unreserved = []

[package]
authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Marli Frost <marli@frost.red>", "Ryan Levick <ryan.levick@gmail.com>"]
description = "Library to support the reading and writing of zip files.\n"
edition = "2021"
keywords = ["zip", "archive"]
license = "MIT"
name = "zip"
readme = "README.md"
repository = "https://github.com/zip-rs/zip.git"
rust-version = "1.59.0"
version = "0.6.6"
[target."cfg(any(all(target_arch = \"arm\", target_pointer_width = \"32\"), target_arch = \"mips\", target_arch = \"powerpc\"))".dependencies.crossbeam-utils]
version = "0.8.8"