# 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.77" name = "soroban-wasmi" version = "0.36.1-soroban.22.0.0" authors = ["Robin Freyler "] build = false exclude = [ "benches/wat", "benches/wasm", "tests/spec/testsuite", "**.wast", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Soroban fork of Parity WebAssembly interpreter" documentation = "https://docs.rs/wasmi/" 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 = "soroban_wasmi" path = "src/lib.rs" [[test]] name = "spec_shim" path = "tests/spec_shim.rs" [[bench]] name = "benches" path = "benches/benches.rs" harness = false [dependencies.arrayvec] version = "0.7.4" default-features = false [dependencies.multi-stash] version = "0.2.0" [dependencies.num-derive] version = "0.4" [dependencies.num-traits] version = "0.2.8" default-features = false [dependencies.smallvec] version = "1.13.1" features = ["union"] [dependencies.spin] version = "0.9" features = [ "mutex", "spin_mutex", "rwlock", ] default-features = false [dependencies.wasmi_collections] version = "0.36.1" default-features = false [dependencies.wasmi_core] version = "0.36.1" default-features = false [dependencies.wasmparser] version = "0.100.2" default-features = false package = "wasmparser-nostd" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.criterion] version = "0.5" default-features = false [dev-dependencies.wast] version = "70.0.2" [dev-dependencies.wat] version = "1" [features] default = ["std"] no-hash-maps = ["wasmi_collections/no-hash-maps"] std = [ "wasmi_core/std", "wasmi_collections/std", "wasmparser/std", "spin/std", "num-traits/std", "arrayvec/std", ]