1[package]
2name = "wasi-nn-example-winml"
3version = "0.0.0"
4authors = ["The Wasmtime Project Developers"]
5readme = "README.md"
6edition = "2021"
7publish = false
8
9[dependencies]
10wasi-nn = "0.6.0"
11image = { version = "0.24.6", default-features = false, features = ["png"] }
12ndarray = "0.15.3"
13
14# This crate is built with the wasm32-wasip1 target, so it's separate
15# from the main Wasmtime build, so use this directive to exclude it
16# from the parent directory's workspace.
17[workspace]
18