# 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 = "image-compare" version = "0.4.1" authors = ["Christopher Regali "] exclude = [ "tests/data/*", ".github", ] 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." homepage = "https://github.com/ChrisRega/image-compare" documentation = "https://docs.rs/image-compare" readme = "README.md" categories = ["multimedia::images"] license = "MIT" repository = "https://github.com/ChrisRega/image-compare" [profile.release-with-debug] debug = 2 inherits = "release" [[test]] name = "compare" harness = false [dependencies.image] version = "0.25" default-features = false [dependencies.itertools] version = "0.12" [dependencies.rayon] version = "1.9" [dependencies.thiserror] version = "1.0" [dev-dependencies.cucumber] version = "0.20" [dev-dependencies.image] version = "0.25" features = ["png"] default-features = false [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", "time", ]