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
somewhere in the dependency tree.default-features = false Enables indexmap
- cuda
-
Enables cuda of snarkvm-algorithms
- serial
-
Enables serial of snarkvm-console and snarkvm-algorithms
- setup
- timer
- 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