Cargo Features
[dependencies]
bolero-generator = { version = "0.12.0", default-features = false, features = ["std", "alloc", "any", "arbitrary"] }
- default = any, either, std
-
These default features are set whenever
bolero-generator
is added without
somewhere in the dependency tree.default-features = false - std default any = alloc
-
Affects
bolero-generator::trace
,bolero-generator::ValueGenerator.trace
… - alloc std
-
Enables alloc of rand_core ^0.6
Affects
driver::cache
,driver::exhaustive
,bolero-generator::alloc_generators
… - any default = getrandom, rand_xoshiro, std
-
Affects
bolero-generator::any
…
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.
- arbitrary implicit feature
-
Enables arbitrary
arbitrary:
The trait for generating structured data from unstructured data
Affects
bolero-generator::arbitrary
… - either default std
- getrandom any
-
Enables getrandom ^0.2
- rand_xoshiro any
-
Enables rand_xoshiro ^0.6