# 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 = "dedup-advanced" version = "1.2.0" authors = ["Alexander Drozdoff"] description = "Fast and accurate deduplication tool to be used with blockhash" homepage = "https://github.com/installgentoo/dedup_advanced" license = "MIT" repository = "https://github.com/installgentoo/dedup_advanced" [profile.dev.package.grafix-toolbox] opt-level = 0 [profile.dev.package."*"] opt-level = 2 [profile.release] lto = true codegen-units = 1 panic = "abort" [[bin]] name = "dedup_adv" path = "src/recognise.rs" [dependencies.clap] version = "^2" [dependencies.grafix-toolbox] version = "=0.7.7" [dependencies.hamming] version = "^0.1" [dependencies.imagesize] version = "^0.9" [dependencies.regex] version = "^1.5"