# 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 = "renify" version = "0.1.0" authors = ["Jamjamjon "] description = "A simple cli tool for batch renaming files and folders, written in Rust." readme = "README.md" license = "MIT" repository = "https://github.com/jamjamjon/renify" [dependencies.anyhow] version = "1.0.75" [dependencies.chrono] version = "0.4.30" [dependencies.clap] version = "4.3.19" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.dialoguer] version = "0.11.0" [dependencies.dirs] version = "5.0.1" [dependencies.indicatif] version = "0.17.6" [dependencies.rand] version = "0.8.5" [dependencies.uuid] version = "1.4.1" features = ["v4"] [dependencies.walkdir] version = "2"