cranelift 0.129.2

Umbrella for commonly-used cranelift crates
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.91.0"
name = "cranelift"
version = "0.129.2"
authors = ["The Cranelift Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Umbrella for commonly-used cranelift crates"
documentation = "https://docs.rs/cranelift"
readme = "README.md"
keywords = [
    "compile",
    "compiler",
    "jit",
]
categories = ["no-std"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
resolver = "2"

[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"

[dependencies.cranelift-codegen]
version = "0.129.2"
features = [
    "std",
    "unwind",
]
default-features = false

[dependencies.cranelift-frontend]
version = "0.129.2"
optional = true

[dependencies.cranelift-interpreter]
version = "0.129.2"
optional = true

[dependencies.cranelift-jit]
version = "0.129.2"
optional = true

[dependencies.cranelift-module]
version = "0.129.2"
optional = true

[dependencies.cranelift-native]
version = "0.129.2"
optional = true

[dependencies.cranelift-object]
version = "0.129.2"
optional = true