Cargo Features

state-sync-v1 has no features set by default.

[dependencies]
state-sync-v1 = { version = "0.2.2", features = ["failpoints", "fuzzing", "aptosdb"] }
failpoints

Enables failpoints of fail

fuzzing = aptos-proptest-helpers, executor-test-helpers, proptest, vm-genesis

Enables aptos-mempool, fuzzing of aptos-config, fuzzing of aptos-types and aptos-memsocket

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 fuzzing?
aptosdb implicit feature

Enables aptosdb

aptosdb:

Aptos database

executor-test-helpers fuzzing?
memsocket fuzzing?

Enables aptos-memsocket

vm-genesis fuzzing?
proptest fuzzing?