# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "rena" version = "1.4.0" authors = ["Lyssieth "] publish = ["crates-io"] description = "A bulk file renaming utility." documentation = "https://github.com/lyssieth/rena/wiki" readme = "README.md" keywords = [ "utility", "tool", "cli", ] license = "MIT" repository = "https://github.com/lyssieth/rena" [dependencies.clap] version = "4.4.6" features = [ "suggestions", "color", "wrap_help", "cargo", "derive", ] [dependencies.color-eyre] version = "0.6.2" features = ["issue-url"] [dependencies.paris] version = "1.5.15" features = [ "macros", "no_logger", ] [dependencies.regex] version = "1.10.2" [dependencies.strfmt] version = "0.2.4" [dev-dependencies.tempfile] version = "3.8.0"