zip 0.5.10

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

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

[dependencies.crc32fast]
version = "1.0"

[dependencies.flate2]
default-features = false
optional = true
version = ">=1.0.0, <=1.0.14"

[dependencies.thiserror]
version = "1.0"

[dependencies.time]
optional = true
version = "0.1"
[dev-dependencies.bencher]
version = "0.1"

[dev-dependencies.rand]
version = "0.7"

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

[features]
default = ["bzip2", "deflate", "time"]
deflate = ["flate2/rust_backend"]
deflate-miniz = ["flate2/default"]
deflate-zlib = ["flate2/zlib"]

[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 = "2018"
keywords = ["zip", "archive"]
license = "MIT"
name = "zip"
repository = "https://github.com/zip/zip-rs.git"
version = "0.5.10"