Cargo Features
aptos-mempool has no features set by default.
[dependencies]
aptos-mempool = { version = "0.2.7", features = ["failpoints", "fuzzing", "aptos-proptest-helpers"] }
- failpoints
-
Enables failpoints of fail and vm-validator
- fuzzing = proptest
-
Enables fuzzing of aptos-config, aptos-types, and storage-interface
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.
- aptos-proptest-helpers implicit feature
-
Enables aptos-proptest-helpers
aptos-proptest-helpers:
Aptos proptest helpers
- proptest fuzzing?