wasmtime-api 0.3.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 = "wasmtime-api"
version = "0.3.0"
authors = ["The Wasmtime Project Developers"]
description = "High-level API to expose the Wasmtime runtime"
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/CraneStation/wasmtime"

[lib]
name = "wasmtime_api"
crate-type = ["lib", "staticlib", "cdylib"]
[dependencies.cranelift-codegen]
version = "0.40.0"

[dependencies.cranelift-entity]
version = "0.40.0"

[dependencies.cranelift-frontend]
version = "0.40.0"

[dependencies.cranelift-native]
version = "0.40.0"

[dependencies.cranelift-wasm]
version = "0.40.0"

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

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

[dependencies.region]
version = "2.0.0"

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

[dependencies.wasmparser]
version = "0.36"

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

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

[dependencies.wasmtime-runtime]
version = "0.3.0"
[dev-dependencies.docopt]
version = "1.0.1"

[dev-dependencies.file-per-thread-logger]
version = "0.1.1"

[dev-dependencies.pretty_env_logger]
version = "0.3.0"

[dev-dependencies.rayon]
version = "1.1"

[dev-dependencies.serde]
version = "1.0.94"
features = ["derive"]

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

[dev-dependencies.wasi-common]
version = "0.2.0"

[dev-dependencies.wasmtime-wasi]
version = "0.3.0"

[dev-dependencies.wasmtime-wast]
version = "0.3.0"

[features]
default = []
wasm-c-api = []