dssim-core 3.2.9

Library that measures structural similarity between images using a multi-scale variant of the SSIM algorithm.
Documentation
[dependencies.imgref]
version = "1.10.0"

[dependencies.itertools]
version = "0.12.0"

[dependencies.rayon]
optional = true
version = "1.8.1"

[dependencies.rgb]
version = "0.8.37"
[dev-dependencies.lodepng]
version = "3.10.0"

[features]
capi = []
default = ["threads"]
no-macos-vimage = []
threads = ["dep:rayon"]

[lib]
crate-type = ["lib", "staticlib"]

[package]
authors = ["Kornel <pornel@pornel.net>"]
categories = ["multimedia::images"]
description = "Library that measures structural similarity between images using a multi-scale variant of the SSIM algorithm."
documentation = "https://docs.rs/dssim-core"
edition = "2021"
homepage = "https://kornel.ski/dssim"
include = ["README.md", "Cargo.toml", "src/*.rs", "LICENSE"]
keywords = ["ssim", "image", "comparison", "objective", "metric"]
license = "AGPL-3.0"
name = "dssim-core"
readme = "README.md"
repository = "https://github.com/kornelski/dssim.git"
version = "3.2.9"
[package.metadata.capi.header]
generation = false
name = "dssim"
subdirectory = ""
[[package.metadata.capi.install.include.asset]]
from = "dssim.h"

[package.metadata.capi.library]
name = "dssim"
version = "3.0.0"

[package.metadata.capi.pkg_config]
filename = "dssim"
name = "dssim"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]