[package] name = "pihash" version = "0.4.1" authors = ["Drew Short "] description = "A simple library for generating perceptual hashes for images and comparing images based on their perceptual hashes." repository = "https://github.com/warricksothr/Perceptual-Image-Hashing/" readme = "README.md" keywords = ["phash", "perceptual", "image", "comparison"] license = "MIT" exclude = ["test_images/*"] [lib] crate-type = ["dylib", "rlib"] [features] default = [] # Feature to allow bench testing on nightly # But still allow the code to build on beta/stable bench = [] [dependencies] libc = "0.2.36" rustc-serialize = "0.3.22" dft = "0.5.5" image = "0.18.0" num = "0.1.42" docopt = "0.8.3" serde = "1.0" serde_derive = "1.0" flate2 = "1.0.1" sha1 = "0.6.0"