Cargo Features
bolero-engine has no features set by default.
[dependencies]
bolero-engine = { version = "0.12.0", features = ["any", "cache", "rng"] }
- any
-
Enables any of bolero-generator
Affects
bolero-engine::any
… - 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.