# 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 = "rew" version = "0.3.0" authors = ["Jan Pikl "] description = "A text processing CLI tool that rewrites FS paths according to a pattern." documentation = "https://jpikl.github.io/rew" keywords = ["tool", "pattern", "regex", "rename", "path"] categories = ["command-line-utilities", "text-processing", "filesystem"] license = "MIT" repository = "https://github.com/jpikl/rew" [lib] name = "common" path = "src/common/lib.rs" [[bin]] name = "rew" path = "src/bin/rew/main.rs" [[bin]] name = "mvb" path = "src/bin/mvb/main.rs" [[bin]] name = "cpb" path = "src/bin/cpb/main.rs" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.0.0-beta.2" features = ["wrap_help"] [dependencies.fs_extra] version = "1.2.0" [dependencies.indoc] version = "1.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.normpath] version = "0.2" [dependencies.num-traits] version = "0.2.14" [dependencies.pathdiff] version = "0.2.0" [dependencies.rand] version = "0.8.0" [dependencies.regex] version = "1" [dependencies.same-file] version = "1" [dependencies.termcolor] version = "1.1.0" [dependencies.unidecode] version = "0.3.0" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.assert_cmd] version = "1.0.1" [dev-dependencies.assert_fs] version = "1.0.0" [dev-dependencies.claim] version = "0.5.0" [dev-dependencies.naughty-strings] version = "0.2.3" [dev-dependencies.ntest] version = "0.7.2" [dev-dependencies.predicates] version = "1.0.5" [dev-dependencies.test-case] version = "1.1.0"