[package]
name = "zip"
version = "0.2.8"
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"
keywords = ["zip", "archive"]
license = "MIT"
repository = "https://github.com/mvdnes/zip-rs.git"
[dependencies.bzip2]
version = "0.3"
optional = true
[dependencies.flate2]
version = "1.0"
features = ["rust_backend"]
default-features = false
[dependencies.msdos_time]
version = "0.1"
[dependencies.podio]
version = "0.1"
[dependencies.time]
version = "0.1"
[dev-dependencies.walkdir]
version = "1.0"
[features]
default = ["bzip2"]