# 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 = "2021" name = "dssim-core" version = "3.2.10" authors = ["Kornel "] include = [ "README.md", "Cargo.toml", "src/*.rs", "LICENSE", ] 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.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"] [lib] crate-type = [ "lib", "staticlib", ] [dependencies.imgref] version = "1.10.1" [dependencies.itertools] version = "0.13" [dependencies.rayon] version = "1.10.0" optional = true [dependencies.rgb] version = "0.8.43" [dev-dependencies.lodepng] version = "3.10.2" [features] capi = [] default = ["threads"] no-macos-vimage = [] threads = ["dep:rayon"]