[package] authors = ["The Cranelift Project Developers"] name = "cranelift-control" version = "0.96.0" description = "White-box fuzz testing framework" license = "Apache-2.0 WITH LLVM-exception" repository = "https://github.com/bytecodealliance/wasmtime" readme = "README.md" keywords = ["fuzz", "test"] edition.workspace = true [dependencies] arbitrary = { version = "1.1.0" } [features] # Turn on chaos mode. # Without this feature, a zero-sized dummy will be compiled # for the control plane. chaos = []