zip 0.5.4

Library to support the reading and writing of zip files.
Documentation
[[bench]]
harness = false
name = "read_entry"
[dependencies.bzip2]
optional = true
version = "0.3"

[dependencies.crc32fast]
version = "1.0"

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

[dependencies.podio]
version = "0.1"

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

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

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

[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>"]
description = "Library to support the reading and writing of zip files.\n"
documentation = "http://mvdnes.github.io/rust-docs/zip-rs/zip/index.html"
edition = "2018"
keywords = ["zip", "archive"]
license = "MIT"
name = "zip"
repository = "https://github.com/mvdnes/zip-rs.git"
version = "0.5.4"