wasmtime-runtime 0.3.0

Runtime library support for Wasmtime
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 = "wasmtime-runtime"
version = "0.3.0"
authors = ["The Wasmtime Project Developers"]
description = "Runtime library support for Wasmtime"
readme = "README.md"
keywords = ["webassembly", "wasm"]
categories = ["wasm"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/CraneStation/wasmtime"
[dependencies.cranelift-codegen]
version = "0.40.0"
features = ["enable-serde"]

[dependencies.cranelift-entity]
version = "0.40.0"
features = ["enable-serde"]

[dependencies.cranelift-wasm]
version = "0.40.0"
features = ["enable-serde"]

[dependencies.errno]
version = "0.2.4"

[dependencies.failure]
version = "0.1.3"
default-features = false

[dependencies.failure_derive]
version = "0.1.3"
default-features = false

[dependencies.indexmap]
version = "1.0.2"

[dependencies.lazy_static]
version = "1.2.0"

[dependencies.libc]
version = "0.2.48"
default-features = false

[dependencies.memoffset]
version = "0.5.1"

[dependencies.region]
version = "2.0.0"

[dependencies.wasmtime-environ]
version = "0.3.0"
default-features = false
[build-dependencies.cc]
version = "1.0"

[features]
default = ["std"]
std = ["cranelift-codegen/std", "cranelift-wasm/std", "wasmtime-environ/std"]
[target."cfg(target_os = \"windows\")".dependencies.winapi]
version = "0.3.6"
features = ["winbase", "memoryapi"]
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "CraneStation/wasmtime"