# 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 = "2018" name = "pipe-rename" version = "1.6.5" authors = ["Marcus Buffett "] description = "Rename your files using your favorite text editor" homepage = "https://github.com/marcusbuffett/pipe-rename" readme = "README.md" keywords = [ "cli", "tool", "rename", ] license = "MIT" repository = "https://github.com/marcusbuffett/pipe-rename" [profile.dev] opt-level = 0 debug = true [[bin]] name = "renamer" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.32" [dependencies.clap] version = "3.0.1" features = ["derive"] [dependencies.dialoguer] version = "0.6.2" [dependencies.diff] version = "0.1.12" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.shell-words] version = "1.0.0" [dependencies.subprocess] version = "0.2.4" [dependencies.tempfile] version = "3.1.0" [dependencies.thiserror] version = "1.0.20" [dependencies.wild] version = "2" [dev-dependencies.assert_cmd] version = "1.0.1" [dev-dependencies.predicates] version = "1.0.5"