[package] library = "woopdedupe" name = "woopdedupe" version = "0.1.5" edition = "2021" license = "MIT" authors = ["Taylor Denouden "] description = "Aggressively deduplicate files in a directory" autobins = false # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [[bin]] name = "wdd" path = "src/main.rs" [dependencies] clap = { version = "4.2.2", features = ["derive"] } data-encoding = "2.3.3" indicatif = { version = "0.17.3", features = ["rayon"] } md5 = "0.7.0" rayon = "1.7.0" ring = "0.16.20" walkdir = "2.3.2" wax = "0.5.0"