[package] name = "pdqhash" version = "0.1.1" edition = "2018" license = "Apache-2.0" readme = "README.md" license-file = "LICENSE" keywords = ["image", "pdq", "fuzzy", "hash"] repository = "https://github.com/darwinium-com/pdqhash" description = "Perceptual Hashing, originally designed by Facebook. Identify the same image even after some modifications." authors = ["Caleb Moore "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] image = "^0.23.14" [dev-dependencies] hex = "0.4" criterion = "0.3" [[bench]] name = "pdq_benchmark" harness = false