# 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 = "2018" name = "patract-wasmi" version = "0.9.1" authors = ["Nikolay Volf ", "Svyatoslav Nikolsky ", "Sergey Pepyakin "] exclude = ["/res/*", "/tests/*", "/fuzz/*", "/benches/*"] description = "WebAssembly interpreter" documentation = "https://paritytech.github.io/wasmi/" readme = "README.md" keywords = ["wasm", "webassembly", "bytecode", "interpreter"] license = "MIT/Apache-2.0" repository = "https://github.com/paritytech/wasmi" [[bin]] name = "wasmi" path = "src/bin/instantiate.rs" [dependencies.downcast-rs] version = "1.2.0" default-features = false [dependencies.errno] version = "0.2.4" optional = true [dependencies.libc] version = "0.2.58" optional = true [dependencies.libm] version = "0.2.1" optional = true [dependencies.memory_units] version = "0.3.0" [dependencies.num-rational] version = "0.2.2" default-features = false [dependencies.num-traits] version = "0.2.8" default-features = false [dependencies.parity-wasm] version = "0.42.0" default-features = false [dependencies.rustc-demangle] version = "0.1" [dependencies.validation] version = "0.4" default-features = false package = "wasmi-validation" [dev-dependencies.assert_matches] version = "1.1" [dev-dependencies.rand] version = "0.4.2" [dev-dependencies.wabt] version = "0.9" [features] core = ["vec_memory", "validation/core", "libm"] default = ["std"] reduced-stack-buffer = ["parity-wasm/reduced-stack-buffer"] std = ["parity-wasm/std", "validation/std", "num-rational/std", "num-rational/bigint-std", "num-traits/std", "libc", "downcast-rs/std"] vec_memory = []