# 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 = "fdn" version = "0.8.5" authors = ["Marks "] description = "A tool for uniformly change file or directory names and support rollback these operations" homepage = "https://github.com/hobbymarks/fdn/" readme = "README.md" keywords = [ "file", "directory", "rollback", ] license = "MIT OR Apache-2.0" repository = "https://github.com/hobbymarks/fdn/" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.9" features = [ "derive", "env", ] [dependencies.difference] version = "2.0.0" [dependencies.directories] version = "5.0.1" [dependencies.regex] version = "1.10.5" [dependencies.rusqlite] version = "0.31.0" features = ["bundled"] [dependencies.rust-crypto] version = "0.2.36" [dependencies.rustc-serialize] version = "0.3.25" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" [dependencies.unicode-width] version = "0.1.13" [dependencies.unicode_names2] version = "1.2.2" [dependencies.walkdir] version = "2.5.0" [dependencies.winapi] version = "0.3.9" [build-dependencies.git2] version = "0.19.0"