# 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" rust-version = "1.71" name = "dssim" version = "3.3.2" authors = ["Kornel "] include = [ "README.md", "Cargo.toml", "src/*.rs", "LICENSE", ] description = "Tool 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" readme = "README.md" keywords = [ "ssim", "image", "comparison", "visual", "benchmark", ] categories = [ "multimedia::images", "command-line-utilities", ] license = "AGPL-3.0" repository = "https://github.com/kornelski/dssim.git" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [package.metadata.release] consolidate-commits = true consolidate-pushes = true tag-message = "" tag-name = "{{version}}" [profile.dev] opt-level = 1 debug = 1 [profile.release] opt-level = 3 lto = "fat" debug = 0 panic = "abort" [[bin]] name = "dssim" path = "src/main.rs" doctest = false [dependencies.crossbeam-channel] version = "0.5.11" [dependencies.dssim-core] version = "3.2.5" default-features = false [dependencies.getopts] version = "0.2.21" [dependencies.imgref] version = "1.10.0" [dependencies.load_image] version = "3.1.4" features = ["lcms2-static"] [dependencies.lodepng] version = "3.10.0" features = ["rust_backend"] default-features = false [dependencies.ordered-channel] version = "1.0.0" [dependencies.rayon] version = "1.8.1" optional = true [dependencies.rgb] version = "0.8.37" [features] avif = ["load_image/avif"] default = [ "threads", "dssim-core/default", "no-macos-vimage", ] no-macos-vimage = ["dssim-core/no-macos-vimage"] threads = [ "dep:rayon", "dssim-core/threads", ] webp = ["load_image/webp"] webp-static = ["load_image/webp-static"] [badges.maintenance] status = "actively-developed"