# 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 = "ezr" version = "0.1.5" authors = ["krawieck "] description = "Rust CLI tool for batch renaming files. It's purposefuly not very featureful because it's meant to be used for just some quick renaming." readme = "README.md" keywords = ["cli", "windows", "linux"] categories = ["command-line-utilities"] license-file = "LICENSE" repository = "https://github.com/krawieck/ez-renamer" [dependencies.exitcode] version = "1.1.2" [dependencies.log] version = "0.4.6" [dependencies.pretty_env_logger] version = "0.3.0" [dependencies.regex] version = "1" [dependencies.structopt] version = "0.2.14" [dev-dependencies.cargo-husky] version = "1" features = ["precommit-hook", "run-cargo-test", "run-cargo-check", "run-cargo-clippy", "run-cargo-fmt"]