# 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 = "moss-fmt" version = "0.2.0" authors = ["joh13266 "] description = "An executable tool to extract only desired files from a series of zips" homepage = "https://github.com/CJohnson19/moss-fmt" readme = "README.md" keywords = ["zip", "moss", "format", "fmt"] categories = ["command-line-utilities", "filesystem"] license = "MIT" repository = "https://github.com/CJohnson19/moss-fmt" [dependencies.clap] version = "2.33.3" [dependencies.log] version = "0.4.14" [dependencies.simplelog] version = "^0.10.0" [dependencies.zip] version = "0.5"