# 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 = "neardup" version = "0.1.0" authors = ["speed1313"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A library for near-duplicate matching" readme = "README.md" license = "MIT" [lib] name = "neardup" path = "src/lib.rs" [[bin]] name = "neardup" path = "src/main.rs" [[bench]] name = "bench" path = "benches/bench.rs" harness = false [dependencies.clap] version = "4.5.1" features = ["derive"] [dependencies.env_logger] version = "0.11.5" [dependencies.flate2] version = "1.0.31" [dependencies.fxhash] version = "0.2.1" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.22" [dependencies.rand] version = "0.8.5" [dependencies.rayon] version = "1.10.0" [dependencies.rustc-hash] version = "2.0.0" [dependencies.serde] version = "1.0.197" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.walkdir] version = "2.5.0" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"]