Cargo Features

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

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

Enables indexmap

cuda

Enables cuda of snarkvm-algorithms

serial

Enables serial of snarkvm-console and snarkvm-algorithms

setup
timer

Enables timer of aleo-std

wasm

Enables wasm of snarkvm-console and snarkvm-algorithms

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.

rayon default