Cargo Features
trdelnik-client has no features set by default.
[dependencies]
trdelnik-client = { version = "0.5.0", features = ["fuzzing"] }
- fuzzing
-
Enables honggfuzz, solana-program-test ^1.16.9, arbitrary of quinn-proto ^0.9.4 and derive of arbitrary
arbitrary:
Turn this feature on to enable support for
#[derive(Arbitrary)]
.Affects
trdelnik-client::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.
- quinn-proto fuzzing?
-
Enables quinn-proto ^0.9.4
- arbitrary fuzzing?