cranelift 0.55.0

Umbrella for commonly-used cranelift crates
Documentation
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
repository = "bytecodealliance/cranelift"
[dependencies.cranelift-codegen]
default-features = false
version = "0.55.0"

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

[features]
core = ["cranelift-codegen/core", "cranelift-frontend/core"]
default = ["std"]
std = ["cranelift-codegen/std", "cranelift-frontend/std"]

[package]
authors = ["The Cranelift Project Developers"]
categories = ["no-std"]
description = "Umbrella for commonly-used cranelift crates"
documentation = "https://cranelift.readthedocs.io/"
edition = "2018"
keywords = ["compile", "compiler", "jit"]
license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift"
readme = "README.md"
repository = "https://github.com/bytecodealliance/cranelift"
version = "0.55.0"