[package] name = "pihash" version = "0.2.7" 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"] [dependencies] docopt = "0.6.78" rustc-serialize = "0.3.16" image = "0.6.0" complex = "0.8.0" dft = "0.4.1" sha1 = "0.1.1" libc = "0.2.4" flate2 = "0.2.11"