# 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.3" 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" [dependencies.image] version = "0.24.6" optional = true [dependencies.num] version = "0.4.0" [features] img = ["image"]