# 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-core" version = "0.3.0" authors = ["Parity Technologies "] description = "Core abstractions and primitives for the wasmi WebAssembly interpreter" documentation = "https://docs.rs/casper_wasmi_core/" readme = "README.md" keywords = [ "wasm", "webassembly", "bytecode", "interpreter", ] license = "MIT/Apache-2.0" repository = "https://github.com/casper-network/casper-wasmi" [dependencies.downcast-rs] version = "1.2" default-features = false [dependencies.libm] version = "0.2.1" [dependencies.memory_units] version = "0.4.0" [dependencies.num-rational] version = "0.4" features = ["num-bigint"] default-features = false [dependencies.num-traits] version = "0.2.8" default-features = false [dependencies.region] version = "3.0" optional = true [dev-dependencies.rand] version = "0.8.2" [features] default = ["std"] std = [ "num-rational/std", "num-rational/num-bigint-std", "num-traits/std", "downcast-rs/std", ] virtual_memory = [ "region", "std", ]