[package] name = "diffdir" version = "0.4.4" edition = "2021" authors = ["Vahe Danielyan "] license = "MIT" description = "deep compare two directories for differences" repository = "https://github.com/VaheDanielyan/diffdir/" documentation = "https://docs.rs/crate/ddiff/" categories = ["command-line-interface", "command-line-utilities"] keywords = ["diff", "compare", "cli", "input", "terminal"] readme = "README.md" exclude = ["target", "Cargo.lock", "/.github"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] ansi_term = "0.12.1" atty = "0.2.14" clap = { version = "4.4.12", features = ["cargo", "derive"] } glob = "0.3.1" md5 = "0.7.0" rayon = "1.8.0" walkdir = "2.4.0" [build-dependencies] clap = { version = "4.4.12", features = ["cargo", "derive"] } clap_mangen = "0.2.16" glob = "0.3.1"