# 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" name = "clonehunter" version = "0.4.1" authors = ["Venkatesh Omkaram"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple command line utility that identifies groups of identical files and displays them to the console" homepage = "https://github.com/omkarium/clonehunter" readme = "README.md" keywords = [ "duplicate", "dupe", "finder", ] categories = [ "filesystem", "command-line-utilities", ] license = "MIT OR Apache-2.0" repository = "https://github.com/omkarium/clonehunter" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" strip = true [lib] name = "clonehunter" path = "src/lib.rs" [[bin]] name = "clonehunter" path = "src/main.rs" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.fxhash] version = "0.2.1" [dependencies.hashbrown] version = "0.14.3" [dependencies.human_bytes] version = "0.4.3" [dependencies.iana-time-zone] version = "0.1.60" [dependencies.indicatif] version = "0.17.7" [dependencies.jwalk] version = "0.8.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.md5] version = "0.7.0" [dependencies.num-bigint] version = "0.4.4" [dependencies.parse-size] version = "1.0.0" [dependencies.rayon] version = "1.8.0" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.serde_json] version = "=1.0.117" [dependencies.sha256] version = "1.5.0" [dependencies.strsim] version = "0.11.1"