Cargo Features

[dependencies]
bolero = { version = "0.10.1", default-features = false, features = ["std", "alloc", "arbitrary"] }
default = std

The std feature is set by default whenever bolero is added without default-features = false somewhere in the dependency tree.

std default = alloc

Enables std of bolero-generator

alloc std

Enables alloc of bolero-generator

arbitrary

Enables arbitrary of bolero-generator

Bolero has 4 features without comments.