Cargo Features

[dependencies]
snarkvm-ledger-debug = { version = "0.16.17", default-features = false, features = ["async", "metrics", "rocks", "serial", "timer", "test-helpers", "test", "rayon"] }
default = async, rayon

These default features are set whenever snarkvm-ledger-debug is added without default-features = false somewhere in the dependency tree.

Enables rayon of indexmap

async default

Enables async of snarkvm-ledger-narwhal-debug, snarkvm-ledger-query =0.16.15, and snarkvm-synthesizer-debug

metrics

Enables metrics of snarkvm-ledger-committee =0.16.15

rocks

Enables rocks of snarkvm-ledger-store =0.16.15

serial

Enables serial of snarkvm-console =0.16.15, snarkvm-ledger-authority =0.16.15, snarkvm-ledger-block =0.16.15, snarkvm-ledger-coinbase =0.16.15, snarkvm-ledger-committee =0.16.15, snarkvm-ledger-narwhal-debug, snarkvm-ledger-query =0.16.15, snarkvm-ledger-store =0.16.15, and snarkvm-synthesizer-debug

timer

Enables timer of aleo-std

test-helpers = ledger-test-helpers

Enables test-helpers of snarkvm-ledger-committee =0.16.15 and snarkvm-ledger-narwhal-debug

test

Enables test of snarkvm-ledger-block =0.16.15 and snarkvm-ledger-store =0.16.15

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.

ledger-test-helpers test-helpers?

Enables snarkvm-ledger-test-helpers =0.16.15

rayon default