substrate-wasmtime 0.19.0

High-level API to expose the Wasmtime runtime
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "substrate-wasmtime"
version = "0.19.0"
authors = ["The Wasmtime Project Developers"]
description = "High-level API to expose the Wasmtime runtime"
documentation = "https://docs.rs/wasmtime"
readme = "README.md"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
[dependencies.anyhow]
version = "1.0.19"

[dependencies.backtrace]
version = "0.3.42"

[dependencies.cfg-if]
version = "0.1.9"

[dependencies.lazy_static]
version = "1.4"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4.8"

[dependencies.region]
version = "2.2.0"

[dependencies.rustc-demangle]
version = "0.1.16"

[dependencies.smallvec]
version = "1.4.0"

[dependencies.target-lexicon]
version = "0.10.0"
default-features = false

[dependencies.wasmparser]
version = "0.59.0"

[dependencies.wasmtime-environ]
version = "0.19.0"

[dependencies.wasmtime-jit]
version = "0.19.0"

[dependencies.wasmtime-profiling]
version = "0.19.0"

[dependencies.wasmtime-runtime]
version = "0.19.0"

[dependencies.wat]
version = "1.0.18"
optional = true
[dev-dependencies.tempfile]
version = "3.0"

[features]
default = ["wat", "jitdump", "parallel-compilation"]
jitdump = ["wasmtime-jit/jitdump"]
lightbeam = ["wasmtime-jit/lightbeam"]
parallel-compilation = ["wasmtime-environ/parallel-compilation"]
vtune = ["wasmtime-jit/vtune"]
[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.3.7"
[badges.maintenance]
status = "actively-developed"