cranelift-wasm 0.22.0

Translator from WebAssembly to Cranelift IR
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 = "cranelift-wasm"
version = "0.22.0"
authors = ["The Cranelift Project Developers"]
description = "Translator from WebAssembly to Cranelift IR"
readme = "README.md"
keywords = ["webassembly", "wasm"]
categories = ["no-std", "wasm"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/CraneStation/cranelift"
[dependencies.cranelift-codegen]
version = "0.22.0"
default-features = false

[dependencies.cranelift-entity]
version = "0.22.0"
default-features = false

[dependencies.cranelift-frontend]
version = "0.22.0"
default-features = false

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

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

[dependencies.hashmap_core]
version = "0.1.9"
optional = true

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

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

[dependencies.wasmparser]
version = "0.17.2"
default-features = false
[dev-dependencies.wabt]
version = "0.5.0"

[features]
core = ["hashmap_core", "cranelift-codegen/core", "cranelift-frontend/core", "wasmparser/core"]
default = ["std"]
std = ["cranelift-codegen/std", "cranelift-frontend/std", "wasmparser/std", "target-lexicon/std"]
[badges.maintenance]
status = "experimental"

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