image-match 0.2.4

Derives an image signature to be used in quick image comparisons
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 = "2021"
name = "image-match"
version = "0.2.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derives an image signature to be used in quick image comparisons"
homepage = "https://alt-text.org"
documentation = "http://www.cs.cmu.edu/~hcwong/Pdfs/icip02.ps"
readme = "README.md"
keywords = [
    "image",
    "similarity",
    "vector",
    "signature",
]
license = "GPL-3.0"
repository = "https://github.com/alt-text-org/image-match-rs"

[features]
img = ["image"]

[lib]
name = "image_match"
path = "src/lib.rs"

[[test]]
name = "stats"
path = "tests/stats.rs"

[dependencies.image]
version = "0.24.6"
optional = true

[dependencies.num]
version = "0.4.0"

[dev-dependencies.pretty_assertions]
version = "1.4.0"