Cargo Features
portal-pc-waffle has no features set by default.
[dependencies]
portal-pc-waffle = { version = "0.2.15", features = ["fuzzing"] }
- fuzzing = libfuzzer-sys, wasm-smith
-
Affects
portal-pc-waffle::fuzzing
…
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.
- libfuzzer-sys fuzzing?
-
Enables libfuzzer-sys
For fuzzing only. Versions must match those in fuzz/Cargo.toml.
- wasm-smith fuzzing?
-
Enables wasm-smith ^0.202