[dependencies.cranelift-codegen]
default-features = false
features = ["std", "unwind", "trace-log"]
version = "0.111.5"
[dependencies.cranelift-frontend]
optional = true
version = "0.111.5"
[dependencies.cranelift-interpreter]
optional = true
version = "0.111.5"
[dependencies.cranelift-jit]
optional = true
version = "0.111.5"
[dependencies.cranelift-module]
optional = true
version = "0.111.5"
[dependencies.cranelift-native]
optional = true
version = "0.111.5"
[dependencies.cranelift-object]
optional = true
version = "0.111.5"
[features]
core = ["cranelift-codegen/core", "cranelift-frontend?/core", "cranelift-module?/core"]
default = ["std", "frontend"]
frontend = ["dep:cranelift-frontend"]
interpreter = ["dep:cranelift-interpreter"]
jit = ["dep:cranelift-jit"]
module = ["dep:cranelift-module"]
native = ["dep:cranelift-native"]
object = ["dep:cranelift-object"]
std = ["cranelift-codegen/std", "cranelift-frontend?/std", "cranelift-module?/std"]
[lib]
name = "cranelift"
path = "src/lib.rs"
[package]
authors = ["The Cranelift Project Developers"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["no-std"]
description = "Umbrella for commonly-used cranelift crates"
documentation = "https://docs.rs/cranelift"
edition = "2021"
keywords = ["compile", "compiler", "jit"]
license = "Apache-2.0 WITH LLVM-exception"
name = "cranelift"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasmtime"
version = "0.111.5"