# 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 = "dupper" version = "0.2.2" authors = ["Rubén "] description = "CLI tool to find duplicate files based on their hashes." readme = "readme.md" keywords = [ "cli", "utility", "files", ] license = "GPL-3.0-or-later" repository = "https://github.com/rubenjr0/dupper" [dependencies.clap] version = "4.0.32" features = ["cargo"] [dependencies.eyre] version = "0.6.8" [dependencies.futures] version = "0.3.25" [dependencies.seahash] version = "4.1.0" [dependencies.tokio] version = "1.23.0" features = ["full"]