wasmtime-wasi 0.3.0

WASI API 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]
name = "wasmtime-wasi"
version = "0.3.0"
authors = ["The Cranelift Project Developers"]
description = "WASI API support for Wasmtime"
readme = "README.md"
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.log]
version = "0.4.8"
default-features = false

[dependencies.target-lexicon]
version = "0.4.0"

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

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

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

[dependencies.wasmtime-runtime]
version = "0.3.0"
[badges.maintenance]
status = "experimental"

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