# 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 = "deterministic-zip" version = "0.0.4" authors = ["Tom Forbes "] exclude = [".github/**"] description = "A tool to generate consistent Zip files." readme = "README.md" keywords = ["cli"] categories = ["development-tools"] license = "MIT" repository = "https://github.com/orf/deterministic-zip" [profile.release] lto = true [dependencies.paw] version = "1.0" [dependencies.structopt] version = "0.3" features = ["paw"] [dependencies.walkdir] version = "2.3.1" [dependencies.zip] version = "0.5.5" features = ["deflate", "bzip2"] [dev-dependencies.sha2] version = "0.8.1" [dev-dependencies.tempfile] version = "3.1.0"