[package] name = "rzip" version = "0.9.20" authors = ["Irisawa Masaru "] edition = "2018" license = "MIT" description = "Simple archiver" repository = "https://github.com/mass10/rzip/" documentation = "https://docs.rs/crate/rzip/" categories = ["command-line-utilities"] include = [ "src/**/*.rs", "Cargo.toml", "LICENSE", "README.md" ] [[bin]] name = "rzip" test = false doc = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] zip = "^0.6" chrono = "^0.4" regex = "^1.8" toml = "^0.5" serde = "^1.0" serde_derive = "^1.0" getopts = "^0.2"