Cargo Features
[dependencies]
bolero-generator = { version = "0.11.1", default-features = false, features = ["std", "alloc", "arbitrary"] }
- default = either, std
-
These default features are set whenever
bolero-generator
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
- alloc std
-
rand_core:
enables Vec and Box support without std
Affects
driver::cache
,bolero-generator::alloc_generators
…
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.