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.
23 lines
621 B
23 lines
621 B
[package]
|
|
name = "pihash"
|
|
version = "0.2.7"
|
|
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-file = "LICENSE"
|
|
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"
|