cranelift-frontend 0.23.0

Cranelift IR builder helper
Documentation
[badges.maintenance]
status = "experimental"

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

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

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

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

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

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