# 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 = "sc-executor-wasmi" version = "0.22.0" authors = ["Parity Technologies "] description = "This crate provides an implementation of `WasmRuntime` that is baked by wasmi." homepage = "https://substrate.io" documentation = "https://docs.rs/sc-executor-wasmi" readme = "README.md" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" repository = "https://github.com/paritytech/substrate/" [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"] [dependencies.log] version = "0.4.17" [dependencies.sc-allocator] version = "16.0.0" [dependencies.sc-executor-common] version = "0.22.0" [dependencies.sp-runtime-interface] version = "16.0.0" [dependencies.sp-wasm-interface] version = "13.0.0" [dependencies.wasmi] version = "0.13.2" features = ["virtual_memory"]