Cargo Features
[dependencies]
snarkvm-synthesizer-process = { version = "1.0.0", default-features = false, features = ["aleo-cli", "async", "rocks", "serial", "wasm", "timer", "rayon"] }
- default = rayon
-
These default features are set whenever
snarkvm-synthesizer-process
is added without
somewhere in the dependency tree.default-features = false - aleo-cli
- async
-
Enables async of snarkvm-ledger-query
- rocks
-
Enables rocks of snarkvm-ledger-store
- serial
-
Enables serial of snarkvm-console, snarkvm-ledger-block, snarkvm-ledger-query, snarkvm-ledger-store, snarkvm-synthesizer-program, and snarkvm-synthesizer-snark
- wasm
-
Enables wasm of snarkvm-console, snarkvm-ledger-block, snarkvm-ledger-query, snarkvm-synthesizer-program, and snarkvm-synthesizer-snark
- timer
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