# 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" rust-version = "1.79" name = "wasmi_wasi" version = "0.39.1" authors = ["Robin Freyler "] build = false exclude = ["tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "WASI library support for the wasmi interpreter" documentation = "https://docs.rs/wasmi_wasi" readme = "README.md" keywords = [ "wasm", "webassembly", "interpreter", "vm", ] categories = [ "wasm", "no-std", "virtualization", ] license = "MIT/Apache-2.0" repository = "https://github.com/wasmi-labs/wasmi" [lib] name = "wasmi_wasi" path = "src/lib.rs" [dependencies.wasi-common] version = "26.0.0" features = ["sync"] default-features = false [dependencies.wasmi] version = "0.39.1" features = ["std"] default-features = false [dependencies.wiggle] version = "26.0.0" default-features = false [dev-dependencies.wat] version = "1" default-features = false