Cargo Features

snarkos-node-bft-storage-service has no features set by default.

[dependencies]
snarkos-node-bft-storage-service = { version = "3.0.0", features = ["memory", "persistent", "test"] }
memory test? = parking_lot, tracing

Affects snarkos-node-bft-storage-service::memory

persistent

Affects snarkos-node-bft-storage-service::persistent

test = memory

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.

parking_lot memory?
tracing memory?