cranelift-frontend 0.47.0

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

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

[dependencies.hashbrown]
optional = true
version = "0.6"

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

[dependencies.smallvec]
version = "1.0.0"

[dependencies.target-lexicon]
version = "0.8.1"

[features]
basic-blocks = ["cranelift-codegen/basic-blocks"]
core = ["hashbrown", "cranelift-codegen/core"]
default = ["std", "basic-blocks"]
std = ["cranelift-codegen/std"]

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