# 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 = "find-subimage" version = "0.1.12" include = ["/src", "/examples", "LICENSE"] description = "A rust crate to find a subimage within a larger image" homepage = "https://github.com/nico-abram/find-subimage/" documentation = "https://docs.rs/find-subimage" readme = "README.md" keywords = ["subimage", "match", "find", "position", "processing"] categories = ["algorithms", "graphics", "multimedia::images", "multimedia"] license = "MIT OR Apache-2.0 OR BSL-1.0 OR MPL-2.0 OR Zlib OR Unlicense" repository = "https://github.com/nico-abram/find-subimage/" resolver = "2" [package.metadata.docs.rs] features = ["opencv", "docs-only"] [dependencies.opencv] version = "0.61" optional = true [dependencies.simdeez] version = "1.0.7" optional = true [dev-dependencies.image] version = "0.23" [features] checked-simdeez = [] default = ["simdeez", "simdeez-default-new"] docs-only = ["opencv/docs-only"] simdeez-default-new = [] [badges.maintenance] status = "passively-developed"