# 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 = "2018" name = "wasi-nn" version = "0.6.0" authors = ["The Bytecode Alliance Developers"] exclude = [ "examples", "scripts", "Cargo.lock", ] publish = true description = "High-level Rust bindings for wasi-nn" documentation = "https://docs.rs/wasi_nn" readme = "README.md" keywords = [ "webassembly", "wasm", "neural-network", ] categories = [ "wasm", "computer-vision", ] license = "Apache-2.0" repository = "https://github.com/bytecodealliance/wasi-nn" [package.metadata.docs.rs] targets = ["wasm32-wasi"] [dependencies.thiserror] version = "1"