# 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 = "dupimg" version = "1.0.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple duplicate image finder" readme = "README.md" categories = [ "command-line-utilities", "multimedia::images", ] license = "AGPL-3.0" repository = "https://github.com/DenebTM/dupimg" [[bin]] name = "dupimg" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.image] version = "0.25.2" [dependencies.image_hasher] version = "2.0.0" [dependencies.imgref] version = "1.9.4" [dependencies.itertools] version = "0.13.0" [dependencies.num_cpus] version = "1.15.0" [dependencies.rayon] version = "1.6.1" [dependencies.rgb] version = "0.8.35" [dependencies.shellexpand] version = "3.1.0" [dependencies.walkdir] version = "2.3.2"