[package]
edition = "2024"
rust-version = "1.92.0"
name = "cranelift-control"
version = "0.131.2"
authors = ["The Cranelift Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "White-box fuzz testing framework"
readme = "README.md"
keywords = [
"fuzz",
"test",
]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
resolver = "2"
[features]
chaos = ["fuzz"]
default = ["fuzz"]
fuzz = ["dep:arbitrary"]
[lib]
name = "cranelift_control"
path = "src/lib.rs"
[dependencies.arbitrary]
version = "1.4.2"
optional = true