# 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" rust-version = "1.79" name = "photohash" version = "0.1.5" authors = ["Chad Austin "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "Tool for detecting duplicate photos and diffing directories" readme = "README.md" keywords = [ "jpeg", "heic", "perceptual", "hash", ] categories = [ "command-line-utilities", "multimedia::images", ] license = "GPL-3.0" repository = "https://github.com/chadaustin/photohash" [package.metadata.vcpkg] dependencies = ["libheif:x64-windows"] git = "https://github.com/microsoft/vcpkg" rev = "7618666e79df4aca28a6d6343492f4b8af740e38" [profile.release-with-debug] debug = 2 inherits = "release" [lib] name = "photohash" path = "src/lib.rs" [[bin]] name = "photohash" path = "src/main.rs" [[test]] name = "hash" path = "tests/hash.rs" [[test]] name = "rust" path = "tests/rust.rs" [[bench]] name = "databasebench" path = "benches/databasebench.rs" harness = false [dependencies.anyhow] version = "1.0.65" [dependencies.async-std] version = "1.12" features = ["unstable"] [dependencies.batch-channel] version = "0.4.1" [dependencies.blake3] version = "1" [dependencies.blockhash] version = "1.0.0" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.20" features = ["derive"] [dependencies.directories] version = "5" [dependencies.dunce] version = "1.0.5" [dependencies.futures] version = "0.3" [dependencies.hex] version = "0" [dependencies.image] version = "0.25.2" features = [] [dependencies.image_hasher] version = "2.0.0" [dependencies.itermore] version = "0.7.1" features = ["array_chunks"] [dependencies.jwalk] version = "0.8.1" [dependencies.kamadak-exif] version = "0.5.5" [dependencies.keepawake] version = "0.5.1" [dependencies.libheif-rs] version = "1.0.2" default-features = false [dependencies.ntapi] version = "0.4.1" [dependencies.rayon] version = "1.10.0" [dependencies.rusqlite_migration] version = "1.3.0" [dependencies.self_cell] version = "1.0.4" [dependencies.static_assertions] version = "1.1.0" [dependencies.thiserror] version = "1.0.48" [dependencies.tokio] version = "1.38" features = [ "macros", "rt-multi-thread", "sync", ] [dependencies.turbojpeg] version = "1.1.1" features = ["image"] [dependencies.walkdir] version = "2.5.0" [dependencies.wild] version = "2.2.1" [dependencies.winapi] version = "0.3.9" features = ["heapapi"] [dev-dependencies.criterion] version = "0" features = ["html_reports"] [build-dependencies.vcpkg] version = "0.2.15" [target.'cfg(not(target_env = "msvc"))'.dependencies.jemallocator] version = "0.5.4" [target."cfg(not(windows))".dependencies.rusqlite] version = "0.32.1" [target."cfg(windows)".dependencies.rusqlite] version = "0.32.1" features = ["bundled"]