# 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.80" name = "find-identical-files" version = "0.33.1" authors = ["Claudio F S Rodrigues "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "find identical files according to their size and hashing algorithm" homepage = "https://github.com/claudiofsr/find-identical-files" documentation = "https://docs.rs/find-identical-files" readme = "README.md" keywords = [ "find", "duplicate", "identical", "hash", "blake3", ] categories = ["command-line-utilities"] license = "BSD-3-Clause" repository = "https://github.com/claudiofsr/find-identical-files" [profile.dev] opt-level = 1 [profile.release] opt-level = 3 lto = true codegen-units = 1 debug = 2 panic = "abort" overflow-checks = true incremental = true strip = "symbols" [lib] name = "find_identical_files" path = "src/lib.rs" [[bin]] name = "find-identical-files" path = "src/main.rs" [[bench]] name = "jwalk_entries" path = "benches/jwalk_entries.rs" harness = false [dependencies.ahash] version = "0.8" [dependencies.anstyle] version = "1.0" [dependencies.blake3] version = "1.5" features = ["rayon"] [dependencies.cc] version = "1.1" features = ["parallel"] [dependencies.cfg-if] version = "1.0" [dependencies.clap] version = "4.5" features = [ "derive", "color", "unstable-styles", ] [dependencies.clap_complete] version = "4.5" [dependencies.csv] version = "1.3" [dependencies.hashbrown] version = "0.14" features = [ "rayon", "ahash", ] [dependencies.jwalk] version = "0.8" optional = true [dependencies.rayon] version = "1.10" [dependencies.rust_xlsxwriter] version = "0.77" features = [ "serde", "zlib", ] [dependencies.rustc-hash] version = "2.0" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.9" [dependencies.sha2] version = "0.10" [dependencies.walkdir] version = "2.5" optional = true [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.plotters] version = "0.3" [features] default = ["jwalk"] jwalk = ["dep:jwalk"] walkdir = ["dep:walkdir"] [lints.rust] unsafe_code = "forbid"