[dependencies.cranelift-codegen]
default-features = false
features = ["std", "unwind"]
version = "0.105.4"
[dependencies.hashbrown]
default-features = false
optional = true
version = "0.14"
[dependencies.log]
default-features = false
version = "0.4.8"
[dependencies.smallvec]
features = ["union"]
version = "1.6.1"
[dependencies.target-lexicon]
default-features = false
features = ["std"]
version = "0.12.12"
[dev-dependencies.similar]
version = "2.1.0"
[features]
core = ["hashbrown", "cranelift-codegen/core"]
default = ["std"]
std = ["cranelift-codegen/std"]
[lints.clippy]
all = "allow"
[lints.rust]
trivial_numeric_casts = "warn"
unstable_features = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"
[package]
authors = ["The Cranelift Project Developers"]
categories = ["no-std"]
description = "Cranelift IR builder helper"
documentation = "https://docs.rs/cranelift-frontend"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift-frontend"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "0.105.4"