Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
bytecodealliance
GitHub Repository: bytecodealliance/wasmtime
Path: blob/main/crates/wasi-nn/examples/classification-example-pytorch/Cargo.toml
1692 views
1
[package]
2
name = "wasi-nn-example-pytorch"
3
version = "0.0.0"
4
edition = "2021"
5
publish = false
6
7
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
8
9
[dependencies]
10
wasi-nn = "0.6.0"
11
anyhow = "1.0.86"
12
image = { version = "0.25.2", default-features = false, features = ["png"] }
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
19