# 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 = "wasmvision" version = "0.3.0" authors = ["deadprogram "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust bindings for wasmVision platform host functions." readme = "README.md" keywords = [ "opencv", "wasm", "wasi", "vision", "wasmcv", ] categories = [ "computer-vision", "wasm", ] license = "Apache-2.0" repository = "https://github.com/wasmvision/wasmvision-sdk" [lib] name = "wasmvision" crate-type = ["lib"] path = "src/imports.rs" [dependencies.wit-bindgen] version = "0.32.0"