# 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 = "batch-renamer" version = "0.1.0" authors = ["Daniel Mueller "] build = false autobins = false autoexamples = false autotests = false autobenches = false default-run = "batch-rename" description = """ Framework and command line utilities for interactive renaming of a potentially large number of files. """ homepage = "https://github.com/d-e-s-o/batch-renamer" readme = "README.md" keywords = [ "rename", "cli", "async", "filesystem", ] categories = [ "asynchronous", "filesystem", "command-line-utilities", ] license = "GPL-3.0-or-later" repository = "https://github.com/d-e-s-o/batch-renamer.git" [lib] name = "batch_renamer" path = "src/lib.rs" [[bin]] name = "batch-rename" path = "src/batch-rename.rs" [[bin]] name = "print-rename" path = "src/print-rename.rs" [dependencies.anyhow] version = "1.0.68" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.futures] version = "0.3" features = [ "async-await", "std", ] default-features = false [dependencies.tempfile] version = "3.3.0" [dependencies.tokio] version = "1.34" features = [ "fs", "macros", "process", "rt", ] default-features = false