# 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 = "rng-rename" version = "0.6.5" authors = ["cyqsimon <28627918+cyqsimon@users.noreply.github.com>"] exclude = ["/res"] description = "Rename files to randomly generated strings." readme = "README.md" keywords = [ "random", "rename", "filetool", ] categories = [ "command-line-utilities", "filesystem", ] license = "AGPL-3.0-only" repository = "https://github.com/cyqsimon/rng-rename" [dependencies.ansi_term] version = "0.12.1" [dependencies.clap] version = "4.4.6" features = [ "cargo", "derive", "unicode", ] [dependencies.clap-verbosity-flag] version = "2.1.0" [dependencies.clap_complete] version = "4.4.3" [dependencies.derivative] version = "2.2.0" [dependencies.dialoguer] version = "0.11.0" [dependencies.itertools] version = "0.11.0" [dependencies.log] version = "0.4.20" [dependencies.rand] version = "0.8.5" [dependencies.sanitize-filename] version = "0.5.0" [dependencies.simple_logger] version = "4.2.0"