# 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 = "wasm-embedded-rt-wasmtime" version = "0.4.0" authors = ["Ryan Kurte "] description = "Embedded WASM wasmtime Runtime" license = "MPL-2.0" repository = "https://github.com/embedded-wasm/rt-wasmtime" resolver = "1" [dependencies.anyhow] version = "1.0.52" [dependencies.embedded-hal] version = "1.0.0-alpha.8" [dependencies.log] version = "0.4.14" default_features = false [dependencies.wasm-embedded-spec] version = "0.4.0" features = [ "std", "bind_rs", ] default_features = false [dependencies.wasmtime] version = "3.0.0" [dependencies.wasmtime-wasi] version = "3.0.0" [dependencies.wiggle] version = "3.0.0" [features] default = ["std"] std = []