You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

19 lines
540 B

[package]
name = "pihash"
version = "0.1.1"
authors = ["Drew Short <warrick@sothr.com>"]
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"
license-file = "LICENSE"
exclude = ["test_images/*"]
[dependencies]
docopt = "*"
rustc-serialize = "*"
image = "*"
complex = "*"
dft = "*"
sha1 = "*"