# 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 = "wasi-nn-safe" version = "0.1.0" authors = ["bo.yang@smail.nju.edu.cn"] publish = true description = "High-level and Safe Rust API bindings for wasi-nn system calls" documentation = "https://docs.rs/wasi-nn-safe" readme = "README.md" keywords = [ "webassembly", "wasm", "neural-network", ] categories = [ "api-bindings", "wasm", ] license-file = "LICENSE" repository = "https://github.com/yanghaku/wasi-nn-safe" [package.metadata.docs.rs] default-target = "wasm32-wasi" include = [ "LICENSE", "README.md", "Cargo.toml", "/src", ] targets = ["wasm32-wasi"] [dependencies.thiserror] version = "1" [dev-dependencies.rand] version = "0.8" [target.wasm32-wasi.dev-dependencies.wasi-nn] version = "0.3.0"