# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ddiff" version = "0.1.0" authors = ["Alessandro Biondi (biosan) "] exclude = ["ci/**/*", "doc/**/*", ".**/*"] description = "CLI utility to compare directories like a superhero" homepage = "https://github.com/biosan/dirdiff" readme = "README.md" keywords = ["cli", "compare", "folders", "hash", "blake3"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/biosan/dirdiff" [[bin]] name = "ddiff" path = "src/main.rs" [dependencies.blake3] version = "0.3" [dependencies.humansize] version = "1.1.0" [dependencies.indicatif] version = "0.15" features = ["rayon"] [dependencies.rayon] version = "1.5" [dependencies.structopt] version = "0.3" [dependencies.tabwriter] version = "1" [dependencies.walkdir] version = "2" [dev-dependencies.assert_cmd] version = "1" [dev-dependencies.cargo-husky] version = "1" features = ["precommit-hook", "run-cargo-test", "run-cargo-clippy", "run-cargo-fmt"] default-features = false [dev-dependencies.predicates] version = "1" [dev-dependencies.tempfile] version = "3" [badges.maintenance] status = "actively-developed"