# 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 = "diffdir" version = "0.4.4" authors = ["Vahe Danielyan "] exclude = [ "target", "Cargo.lock", "/.github", ] description = "deep compare two directories for differences" documentation = "https://docs.rs/crate/ddiff/" readme = "README.md" keywords = [ "diff", "compare", "cli", "input", "terminal", ] categories = [ "command-line-interface", "command-line-utilities", ] license = "MIT" repository = "https://github.com/VaheDanielyan/diffdir/" [dependencies.ansi_term] version = "0.12.1" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "4.4.12" features = [ "cargo", "derive", ] [dependencies.glob] version = "0.3.1" [dependencies.md5] version = "0.7.0" [dependencies.rayon] version = "1.8.0" [dependencies.walkdir] version = "2.4.0" [build-dependencies.clap] version = "4.4.12" features = [ "cargo", "derive", ] [build-dependencies.clap_mangen] version = "0.2.16" [build-dependencies.glob] version = "0.3.1"