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
somewhere in the dependency tree.default-features = false - 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
- 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.