# 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 = "duplicate-checker" version = "2.0.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A duplicate file checker" readme = "README.md" license = "MIT OR Apache-2.0" [[bin]] name = "duplicate-checker" path = "src/main.rs" [dependencies.clap] version = "4.5.11" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.data-encoding] version = "2.6.0" [dependencies.futures] version = "0.3.30" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.rayon] version = "1.10.0" [dependencies.ring] version = "0.17.8" [dependencies.spinners] version = "4.1.1" [dependencies.tabled] version = "0.16.0" [dependencies.tokio] version = "1.39.2" features = [ "macros", "rt", "rt-multi-thread", "sync", "io-std", "io-util", "fs", ]