Cargo Features

[dependencies]
snarkvm-ledger-puzzle-epoch = { version = "1.0.0", default-features = false, features = ["serial", "merkle", "synthesis", "timer", "wasm", "rayon"] }
default = rayon, synthesis

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

serial

Enables serial of snarkvm-console and snarkvm-ledger-puzzle

merkle

Affects snarkvm-ledger-puzzle-epoch::merkle

synthesis default = aleo-std, circuit, lru, parking_lot, snarkvm-synthesizer-process, snarkvm-synthesizer-program

Affects snarkvm-ledger-puzzle-epoch::synthesis

timer

Enables timer of aleo-std

wasm

Enables wasm of snarkvm-console

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.

circuit synthesis

Enables snarkvm-circuit

lru synthesis
parking_lot synthesis
rayon default
snarkvm-synthesizer-process synthesis
snarkvm-synthesizer-program synthesis
aleo-std synthesis timer?