# 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 = "casper-wasmi" version = "0.14.0" authors = [ "Parity Technologies ", "Nikolay Volf ", "Svyatoslav Nikolsky ", "Sergey Pepyakin ", "MichaƂ Papierski ", ] exclude = [ "/res/*", "/tests/*", "/fuzz/*", "/benches/*", ] description = "WebAssembly interpreter" documentation = "https://docs.rs/casper-wasmi/" readme = "README.md" keywords = [ "wasm", "webassembly", "bytecode", "interpreter", ] license = "MIT/Apache-2.0" repository = "https://github.com/casper-network/casper-wasmi" [profile.bench] lto = "fat" codegen-units = 1 [[bench]] name = "benches" path = "./benches/benches.rs" harness = false [dependencies.casper-wasm] version = "0.46.0" default-features = false [dependencies.casper-wasmi-core] version = "0.3.0" default-features = false [dependencies.validation] version = "0.6.0" default-features = false package = "casper-wasmi-validation" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.criterion] version = "0.3.5" [dev-dependencies.wabt] version = "0.9" [dev-dependencies.wast] version = "44.0" [dev-dependencies.wat] version = "1" [features] default = ["std"] reduced-stack-buffer = ["casper-wasm/reduced-stack-buffer"] sign_ext = [ "casper-wasm/sign_ext", "validation/sign_ext", ] std = [ "casper-wasmi-core/std", "casper-wasm/std", "validation/std", ] virtual_memory = [ "casper-wasmi-core/virtual_memory", "std", ]