# 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-sdk" version = "0.14.0" build = false exclude = ["examples/"] autobins = false autoexamples = false autotests = false autobenches = false description = "WasmEdge Runtime is a high-performance, extensible, and hardware optimized WebAssembly Virtual Machine for automotive, cloud, AI, and blockchain applications." documentation = "https://wasmedge.github.io/wasmedge-rust-sdk/wasmedge_sdk/" readme = "README.md" categories = [ "api-bindings", "wasm", ] license = "Apache-2.0" repository = "https://github.com/WasmEdge/wasmedge-rust-sdk" [package.metadata.docs.rs] features = [ "aot", "wasi_crypto", "wasi_nn", "wasmedge_process", "ffi", ] rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "wasmedge_sdk" path = "src/lib.rs" [dependencies.anyhow] version = "1.0" [dependencies.cfg-if] version = "1.0.0" [dependencies.num-derive] version = "0.3" [dependencies.num-traits] version = "0.2" [dependencies.thiserror] version = "1.0.30" [dependencies.wasmedge-macro] version = "0.6" [dependencies.wasmedge-sys] version = "0.19.0" default-features = false [dependencies.wasmedge-types] version = "0.6" [dev-dependencies.tokio] version = "1" features = ["full"] [features] aot = ["wasmedge-sys/aot"] async = [ "wasmedge-sys/async", "dep:async-wasi", ] default = ["async"] ffi = ["wasmedge-sys/ffi"] standalone = ["wasmedge-sys/standalone"] static = ["wasmedge-sys/static"] wasi_crypto = ["wasmedge-sys/wasi_crypto"] wasi_nn = ["wasmedge-sys/wasi_nn"] wasmedge_process = ["wasmedge-sys/wasmedge_process"] [target."cfg(target_os = \"linux\")".dependencies.async-wasi] version = "0.2.0" optional = true