Cargo Features

bolero-engine has no features set by default.

[dependencies]
bolero-engine = { version = "0.11.0", features = ["cache", "rng"] }
cache

Enables alloc of bolero-generator

Affects input::cache

rng = rand, rand_xoshiro

Enables alloc of bolero-generator

Affects bolero-engine::rng

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

rand rng?
rand_xoshiro rng?