Cargo Features

[dependencies]
snarkvm-synthesizer-process = { version = "4.4.0", default-features = false, features = ["async", "locktick", "rocks", "serial", "wasm", "timer", "dev-print", "dev_skip_checks", "test", "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

async

Enables async of snarkvm-ledger-query

locktick

Enables locktick ^0.4, locktick of snarkvm-ledger-store

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

dev-print

Enables dev-print of snarkvm-utilities

dev_skip_checks
test

Enables test 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.

rayon default