# 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" rust-version = "1.64" name = "duplicate_destroyer" version = "0.0.8" autobins = false description = "Finds and annihilates duplicate directories." readme = "README.md" keywords = [ "duplicate", "directory", "cleaner", "finder", "cli", ] categories = [ "command-line-utilities", "filesystem", ] license = "AGPL-3.0-or-later" repository = "https://github.com/jm-fn/duplicate-destroyer" [lib] name = "duplicate_destroyer" path = "src/lib.rs" [[bin]] name = "dude" path = "src/bin/main.rs" required-features = ["cli"] [[bench]] name = "lib_bench" harness = false [dependencies.blake2] version = "0" [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.copy_confirmer] version = "0.0.3" optional = true [dependencies.dialoguer] version = "0" optional = true [dependencies.digest] version = "0.10" [dependencies.env_logger] version = "0" [dependencies.id_tree] version = "1" [dependencies.indicatif] version = "0" optional = true [dependencies.log] version = "0" [dependencies.minus] version = "5" features = [ "static_output", "search", ] optional = true [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sha3] version = "0.10" [dependencies.threadpool] version = "1" [dependencies.walkdir] version = "2" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.mockall] version = "0.11" [dev-dependencies.tempdir] version = "0.3" [features] cli = [ "clap", "indicatif", "copy_confirmer", "dialoguer", "minus", ]