Cargo Features
[dependencies]
cargo-bolero = { version = "0.11.2", default-features = false, features = ["afl", "honggfuzz", "libfuzzer"] }
- default = afl, kani, libfuzzer
-
These default features are set whenever
cargo-bolero
is added without
somewhere in the dependency tree.default-features = false - afl default = bolero-afl
- honggfuzz = bolero-honggfuzz
- kani libfuzzer default
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.