[package] name = "fdup" version = "3.0.1" authors = ["Jack "] edition = "2018" description = "find duplicate files recursively and in parallel" repository = "https://gitlab.com/jackchoi/fdup" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rayon = "1.10" sha2 = "0.10" structopt = "0.3" walkdir = "2"