4 authors = ["Mathijs van de Nes <git@mathijs.vd-nes.nl>", "Marli Frost <marli@frost.red>", "Ryan Levick <ryan.levick@gmail.com>"]
6 repository = "https://github.com/zip-rs/zip.git"
7 keywords = ["zip", "archive"]
9 Library to support the reading and writing of zip files.
15 flate2 = { version = "1.0.20", default-features = false, optional = true }
16 time = { version = "0.1", optional = true }
18 bzip2 = { version = "0.3", optional = true }
28 deflate = ["flate2/rust_backend"]
29 deflate-miniz = ["flate2/default"]
30 deflate-zlib = ["flate2/zlib"]
31 default = ["bzip2", "deflate", "time"]