# 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] name = "file-map" version = "0.1.1" authors = ["Mitch S. "] exclude = ["/test_output/*"] description = "Utility to map files into directories according to rules." homepage = "https://github.com/mhspradlin/map" readme = "README.md" keywords = ["tool", "filesystem", "file", "cli"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/mhspradlin/map" [[bin]] name = "map" path = "src/main.rs" [dependencies.clap] version = "~2.32.0" [dependencies.error-chain] version = "0.12.0" [dependencies.log] version = "0.4.4" [dependencies.log4rs] version = "0.8.0" [dependencies.regex] version = "1" [dev-dependencies.rand] version = "0.5.5" [badges.appveyor] repository = "mhspradlin/map" [badges.travis-ci] repository = "mhspradlin/map"