Cargo Features

bolero-engine has no features set by default.

[dependencies]
bolero-engine = { version = "0.10.2", features = ["rng"] }
rng = rand

Enables alloc of bolero-generator

Affects bolero-engine::rng, test_input::RngInput

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?