blockhash 0.4.0

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

[dependencies]
image = { version = "0.24", optional = true }

[dev-dependencies]
image = "0.24"

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

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]