# 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 = "irename" version = "0.1.6" description = "interactive file renaming tool" readme = "README.md" keywords = [ "cli", "tui", "terminal", "regex", ] license = "MIT" repository = "https://github.com/ddaletski/irename-rs" [dependencies.anyhow] version = "1.0.60" [dependencies.bitflags] version = "1.3.2" [dependencies.clap] version = "3.2.16" features = ["derive"] [dependencies.lazy_static] version = "1.4.0" [dependencies.num] version = "0.4.0" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.15" [dependencies.regex] version = "1.6.0" [dependencies.termion] version = "1.5.6" [dependencies.tui] version = "0.18.0" features = ["termion"] [dependencies.variant_count] version = "1.1.0" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.rstest] version = "0.15.0"