# 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 = "gwasmi_core" version = "0.12.0" authors = [ "Parity Technologies ", "Robin Freyler ", ] description = "Core primitives for the wasmi WebAssembly interpreter" documentation = "https://docs.rs/wasmi_core" readme = "README.md" keywords = [ "wasm", "webassembly", "interpreter", "vm", ] categories = [ "wasm", "no-std", "virtualization", ] license = "MIT/Apache-2.0" repository = "https://github.com/paritytech/wasmi" [package.metadata.cargo-udeps.ignore] normal = ["libm"] [dependencies.downcast-rs] version = "1.2" default-features = false [dependencies.libm] version = "0.2.1" [dependencies.num-traits] version = "0.2.8" default-features = false [dependencies.paste] version = "1" [dependencies.region] version = "3.0.0" optional = true [dev-dependencies.rand] version = "0.8.2" [features] default = ["std"] std = [ "num-traits/std", "downcast-rs/std", ] virtual_memory = [ "region", "std", ]