# 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 = "fdups" version = "0.2.1-dev" authors = ["Ayush Bindlish "] description = "Utility for finding and removing duplicate files, fast." readme = "README.md" keywords = [ "command-line", "library", "find_duplicates", ] categories = [ "command-line-utilities", "utilities", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ayushbindlish/fdups.git" [dependencies.anyhow] version = "1.0" [dependencies.blake2] version = "0.10" [dependencies.clap] version = "4.2" [dependencies.dashmap] version = "5.4" [dependencies.env_logger] version = "0.10" [dependencies.generic-array] version = "0.14" [dependencies.human_bytes] version = "0.4" features = ["fast"] default-features = false [dependencies.ignore] version = "0.4" [dependencies.log] version = "0.4" [dependencies.rayon] version = "1.7" [dependencies.term_size] version = "0.3" [dependencies.thiserror] version = "1.0"