# 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 = "mrf" version = "0.1.1" authors = ["Kerli Low "] exclude = [".github", "demos"] description = "Rename files by pattern matching." homepage = "https://github.com/kerlilow/mrf" documentation = "https://docs.rs/mrf" readme = "README.md" keywords = ["pattern", "match", "tool", "file", "filesystem"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/kerlilow/mrf" [lib] path = "src/lib.rs" [dependencies.assert_cmd] version = "1.0.1" [dependencies.assert_fs] version = "1.0.0" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.0.0-beta.1" features = ["color"] [dependencies.colored] version = "2.0.0" [dependencies.console] version = "0.12.0" [dependencies.ctrlc] version = "3.1.6" [dependencies.dialoguer] version = "0.6.2" [dependencies.indicatif] version = "0.15.0" features = ["rayon"] [dependencies.nom] version = "5.1.2" [dependencies.predicates] version = "1.0.5" [dependencies.rayon] version = "1.3.1"