[dependencies.image]
optional = true
version = "0.25"
[features]
default = ["std", "image"]
std = []
[package]
authors = ["James Mills <james@jaehl.net>"]
categories = ["multimedia::images", "no-std"]
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"
resolver = "2"
rust-version = "1.70.0"
version = "1.0.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]