[[test]]
harness = false
name = "compare"
[dependencies.image]
version = "0.24"
[dependencies.itertools]
version = "0.10"
[dependencies.rayon]
version = "1.5"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.async-trait]
version = "0.1"
[dev-dependencies.cucumber]
version = "0.13"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread", "time"]
version = "1.17"
[package]
authors = ["Christopher Regali <christopher.regali@vdop.org>"]
categories = ["multimedia::images"]
description = "Image comparison library based upon the image crate. Currently it provides SSIM and RMS for comparing grayscale and rgb images, a cool hybrid compare as well as several grayscale histogram distance metrics. All with a friendly license."
documentation = "https://docs.rs/image-compare"
edition = "2021"
exclude = ["tests/data/*", ".github"]
homepage = "https://github.com/ChrisRega/image-compare"
license = "MIT"
name = "image-compare"
readme = "README.md"
repository = "https://github.com/ChrisRega/image-compare"
resolver = "2"
version = "0.2.2"
[profile.release-with-debug]
debug = true
inherits = "release"