Cargo Features

[dependencies]
snarkvm-synthesizer-process = { version = "0.16.19", 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 default-features = false somewhere in the dependency tree.

Enables rayon of indexmap

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

Enables timer of aleo-std

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