# 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 = "2018" name = "pdqhash" version = "0.1.1" authors = ["Caleb Moore "] description = "Perceptual Hashing, originally designed by Facebook. Identify the same image even after some modifications." readme = "README.md" keywords = ["image", "pdq", "fuzzy", "hash"] license = "Apache-2.0" license-file = "LICENSE" repository = "https://github.com/darwinium-com/pdqhash" [[bench]] name = "pdq_benchmark" harness = false [dependencies.image] version = "^0.23.14" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.hex] version = "0.4"