wasmtime-environ 0.3.0

Standalone environment support for WebAsssembly code in Cranelift
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-environ"
version = "0.3.0"
authors = ["The Wasmtime Project Developers"]
description = "Standalone environment support for WebAsssembly code in Cranelift"
documentation = "https://docs.rs/wasmtime-environ/"
readme = "README.md"
keywords = ["webassembly", "wasm"]
categories = ["wasm"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/CraneStation/wasmtime"
[dependencies.base64]
version = "0.10.1"

[dependencies.bincode]
version = "1.1.4"

[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.directories]
version = "2.0.1"

[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.3.0"

[dependencies.log]
version = "0.4.8"
default-features = false

[dependencies.rayon]
version = "1.1"

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

[dependencies.sha2]
version = "0.8.0"

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

[dev-dependencies.rand]
version = "0.7.0"
features = ["small_rng"]

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

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

[features]
core = ["cranelift-codegen/core", "cranelift-wasm/core"]
default = ["std"]
std = ["cranelift-codegen/std", "cranelift-wasm/std"]
[badges.maintenance]
status = "experimental"

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