# 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 = "woopdedupe" version = "0.1.5" authors = ["Taylor Denouden "] autobins = false description = "Aggressively deduplicate files in a directory" readme = "README.md" license = "MIT" [[bin]] name = "wdd" path = "src/main.rs" [dependencies.clap] version = "4.2.2" features = ["derive"] [dependencies.data-encoding] version = "2.3.3" [dependencies.indicatif] version = "0.17.3" features = ["rayon"] [dependencies.md5] version = "0.7.0" [dependencies.rayon] version = "1.7.0" [dependencies.ring] version = "0.16.20" [dependencies.walkdir] version = "2.3.2" [dependencies.wax] version = "0.5.0"