[dependencies.image]
optional = true
version = "0.24"
[dev-dependencies.image]
version = "0.24"
[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.4.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]