# 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 = "rename-gru" version = "0.9.1" description = "A CLI tool to batch rename files in the provided directory" readme = "readme.md" keywords = [ "rename-utility", "cli", "rename", "batch", "command", ] categories = [ "command-line-utilities", "cli", ] license = "MIT" repository = "https://github.com/G1ya777/GRU" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [dependencies.any_ascii] version = "0.3" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.crc32fast] version = "1.4" [dependencies.file-id] version = "0.2" [dependencies.rand] version = "0.8" [dependencies.renamore] version = "0.3" [dependencies.serde_json] version = "1.0"