# 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 = "wasmedge-nn" version = "0.5.2" description = "This package contains the safe wasi-nn interfaces and image processing functions." license = "Apache-2.0" repository = "https://github.com/apepkuss/wasmedge-nn" resolver = "2" [dependencies.anyhow] version = "1.0.42" [dependencies.image] version = "0.23.14" features = [ "gif", "jpeg", "ico", "png", "pnm", "tga", "tiff", "webp", "bmp", "hdr", "dxt", "dds", "farbfeld", ] default-features = false [dependencies.ndarray] version = "0.15.4" [dependencies.thiserror] version = "1.0.31" [dependencies.wasi-nn] version = "0.1.0"