[package] name = "zip" version = "0.0.4" authors = ["Mathijs van de Nes "] license = "MIT" repository = "https://github.com/mvdnes/zip-rs.git" description = """ Library to support the reading and writing of zip files. """ [dependencies.flate2] git = "https://github.com/alexcrichton/flate2-rs" [dependencies.bzip2] git = "https://github.com/alexcrichton/bzip2-rs" [dependencies.time] git = "https://github.com/rust-lang/time.git" [[bin]] name = "extract" test = false doc = false [[bin]] name = "extract_lorem" test = false doc = false [[bin]] name = "write_sample" test = false doc = false