cranelift-frontend 0.16.0

Cranelift IR builder helper
Documentation
[package]
authors = ["The Cranelift Project Developers"]
name = "cranelift-frontend"
version = "0.16.0"
description = "Cranelift IR builder helper"
license = "Apache-2.0 WITH LLVM-exception"
documentation = "https://cranelift.readthedocs.io/"
repository = "https://github.com/CraneStation/cranelift"
readme = "README.md"

[dependencies]
cranelift-codegen = { path = "../codegen", version = "0.16.0", default-features = false }

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

[badges]
maintenance = { status = "experimental" }
travis-ci = { repository = "CraneStation/cranelift" }