# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "fddf" version = "1.7.0" authors = ["Georg Brandl "] description = "Fast, parallelized duplicate file finder." keywords = ["duplicate", "dupes"] license = "MIT/Apache-2.0" repository = "https://github.com/birkenfeld/fddf" [profile.release] lto = true [dependencies.blake3] version = "0.3.1" [dependencies.fnv] version = "1.0.6" [dependencies.glob] version = "0.3.0" [dependencies.num_cpus] version = "1.10.1" [dependencies.regex] version = "1.3.1" [dependencies.scoped-pool] version = "1.0.0" [dependencies.structopt] version = "0.3.3" [dependencies.unbytify] version = "0.2.0" [dependencies.walkdir] version = "2.2.9"