# 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 = "template-matching" version = "0.2.0" authors = ["Urho Laukkarinen "] description = "GPU-accelerated template matching" homepage = "https://github.com/urholaukkarinen/template-matching" readme = "README.md" keywords = [ "gpu", "image", ] categories = ["computer-vision"] license = "MIT" repository = "https://github.com/urholaukkarinen/template-matching" [dependencies.bytemuck] version = "1.13" features = ["derive"] [dependencies.futures-intrusive] version = "0.5" [dependencies.image] version = "0.24" optional = true [dependencies.pollster] version = "0.3" [dependencies.wgpu] version = "0.16" [dev-dependencies.image] version = "0.24" [dev-dependencies.imageproc] version = "0.23" [features] default = ["image"] image = ["dep:image"]