dssim-core 3.5.1

Library that measures structural similarity between images using a multi-scale variant of the SSIM algorithm.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "dssim-core"
version = "3.5.1"
authors = ["Kornel <pornel@pornel.net>"]
build = false
include = [
    "README.md",
    "Cargo.toml",
    "src/*.rs",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library that measures structural similarity between images using a multi-scale variant of the SSIM algorithm."
homepage = "https://kornel.ski/dssim"
documentation = "https://docs.rs/dssim-core"
readme = "README.md"
keywords = [
    "ssim",
    "image",
    "comparison",
    "objective",
    "metric",
]
categories = ["multimedia::images"]
license = "AGPL-3.0"
repository = "https://github.com/kornelski/dssim.git"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

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

[package.metadata.capi.pkg_config]
name = "dssim"
filename = "dssim"

[package.metadata.capi.header]
name = "dssim"
subdirectory = ""
generation = false

[[package.metadata.capi.install.include.asset]]
from = "dssim.h"

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

[lib]
name = "dssim_core"
crate-type = [
    "lib",
    "staticlib",
]
path = "src/lib.rs"

[dependencies.imgref]
version = "1.12.3"

[dependencies.itertools]
version = "0.15"

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

[dependencies.rgb]
version = "0.8.53"

[dev-dependencies.lodepng]
version = "3.12.2"