blockhash 0.1.0

A perceptual hashing algorithm for detecting similar images.
Documentation
[dependencies.image]
optional = true
version = "0.23"
[dev-dependencies.image]
version = "0.23"

[features]
default = ["std"]
std = []

[package]
authors = ["James Mills <james@jaehl.net>"]
categories = ["multimedia::images"]
description = "A perceptual hashing algorithm for detecting similar images."
documentation = "https://docs.rs/blockhash"
edition = "2018"
homepage = "https://github.com/jaehl/blockhash"
keywords = ["blockhash", "fingerprint", "hash", "perceptual"]
license = "MIT"
name = "blockhash"
readme = "README.md"
repository = "https://github.com/jaehl/blockhash"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true