wasmer-runtime 0.4.2

Wasmer runtime library
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 = "wasmer-runtime"
version = "0.4.2"
authors = ["The Wasmer Engineering Team <engineering@wasmer.io>"]
description = "Wasmer runtime library"
readme = "README.md"
license = "MIT"
repository = "https://github.com/wasmerio/wasmer"

[[bench]]
name = "nginx"
harness = false
[dependencies.lazy_static]
version = "1.2.0"

[dependencies.memmap]
version = "0.7.0"

[dependencies.wasmer-clif-backend]
version = "0.4.2"
optional = true

[dependencies.wasmer-runtime-core]
version = "0.4.2"

[dependencies.wasmer-singlepass-backend]
version = "0.4.2"
optional = true
[dev-dependencies.criterion]
version = "0.2"

[dev-dependencies.tempfile]
version = "3.0.7"

[dev-dependencies.wabt]
version = "0.7.4"

[features]
cache = ["default-compiler"]
debug = ["wasmer-clif-backend/debug", "wasmer-runtime-core/debug"]
default = ["default-compiler"]
default-compiler = ["wasmer-clif-backend"]
singlepass = ["wasmer-singlepass-backend"]