[package] name = "zipx" version = "0.1.2" edition = "2018" authors = ["XiaoY "] description = "A Rust library to read/write zip files" homepage = "https://gitee.com/exidot/exidot" documentation = "https://docs.rs/zipx/" readme = "readme.md" keywords = ["zip"] categories = ["parsing", "compression"] license = "MIT OR Apache-2.0" repository = "https://gitee.com/exidot/exidot.git" [lib] name = "zipx" path = "src/lib.rs" [dependencies]