# 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 = "spectrust" version = "0.2.0" authors = ["Bullesta"] description = "A fast, Rust-based computer vision library for locating images on the screen." readme = "README.md" keywords = [ "computer-vision", "image-processing", "screenshot", "image-recognition", "pattern-matching", ] categories = [ "computer-vision", "multimedia", "image-processing", "science::scientific-visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Bullesta/SpectRust" [dependencies.image] version = "0.24.6" [dependencies.screenshots] version = "0.5.4"