# 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 = "2018" rust-version = "1.74.1" name = "yadf" version = "1.3.0" authors = ["jRimbault "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "yet another dupes finder" homepage = "https://github.com/jRimbault/yadf" readme = "README.md" keywords = [ "dupe", "duplicate", "finder", "fdupes", "fast", ] categories = [ "command-line-utilities", "filesystem", ] license = "MIT" repository = "https://github.com/jRimbault/yadf" [profile.release] lto = "fat" codegen-units = 1 [lib] name = "yadf" path = "src/lib.rs" [[bin]] name = "yadf" path = "src/main.rs" required-features = ["build-bin"] [[test]] name = "integration" path = "tests/integration.rs" [[test]] name = "particular_cases" path = "tests/particular_cases.rs" [dependencies.ahash] version = "0.8.10" optional = true [dependencies.anyhow] version = "1.0.38" optional = true [dependencies.byte-unit] version = "5.1.4" features = ["byte"] optional = true [dependencies.clap] version = "4.4.14" features = [ "cargo", "derive", "string", ] optional = true [dependencies.clap-verbosity-flag] version = "2.1.1" optional = true [dependencies.crossbeam-channel] version = "0.5.0" [dependencies.csv] version = "1.1.4" optional = true [dependencies.dunce] version = "1.0.1" [dependencies.env_logger] version = "0.11.2" optional = true [dependencies.globset] version = "0.4.6" [dependencies.highway] version = "1.1.0" optional = true [dependencies.human-panic] version = "2.0.1" optional = true [dependencies.ignore] version = "0.4.16" [dependencies.log] version = "0.4.11" [dependencies.metrohash] version = "1.0.6" optional = true [dependencies.num_cpus] version = "1.13.0" [dependencies.rayon] version = "1.3.1" [dependencies.regex] version = "1.4.2" [dependencies.seahash] version = "4.0.1" optional = true [dependencies.serde] version = "1.0.114" [dependencies.serde_json] version = "1.0.57" optional = true [dependencies.twox-hash] version = "1.5.0" optional = true [dependencies.typed-builder] version = "0.19.1" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.dirs] version = "5.0.1" [dev-dependencies.env_logger] version = "0.11.2" [dev-dependencies.highway] version = "1.1.0" [dev-dependencies.once_cell] version = "1.5.2" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.rand] version = "0.8" [dev-dependencies.seahash] version = "4.0.1" [dev-dependencies.serde_json] version = "1.0.57" [dev-dependencies.twox-hash] version = "1.5.0" [features] build-bin = [ "ahash", "anyhow", "byte-unit", "clap", "clap-verbosity-flag", "csv", "env_logger", "highway", "human-panic", "metrohash", "seahash", "serde_json", "twox-hash", ] default = ["build-bin"]