# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "aws-zip" version = "0.1.2" authors = ["Cecile Tonglet "] description = "Zip command that ignores modification date and always produce the same zip. Can also compress to bzip2. Statically linked binary." homepage = "https://github.com/cecton/aws-zip" readme = "README.md" keywords = ["aws", "zip", "bzip2", "hashable"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/cecton/aws-zip" [dependencies.clap] version = "2.32" [dependencies.structopt] version = "0.2" [dependencies.walkdir] version = "2.2" [dependencies.zip] version = "0.5" features = ["bzip2", "deflate"] default-features = false [badges.is-it-maintained-issue-resolution] repository = "cecton/aws-zip" [badges.is-it-maintained-open-issues] repository = "cecton/aws-zip" [badges.maintenance] status = "actively-developed" [badges.travis-ci] repository = "cecton/aws-zip"