Cargo Features
[dependencies]
snarkvm-synthesizer-debug = { version = "0.16.17", default-features = false, features = ["process", "program", "snark", "aleo-cli", "async", "cuda", "serial", "setup", "timer", "wasm", "test"] }
- default = process, program, rayon, snark
-
These default features are set whenever
snarkvm-synthesizer-debug
is added without
somewhere in the dependency tree.default-features = false - process default wasm? = synthesizer-process
-
Affects
snarkvm-synthesizer-debug::vm
… - program default wasm? = synthesizer-program
-
Affects
snarkvm-synthesizer-debug::vm
… - snark default wasm? = synthesizer-snark
-
Affects
snarkvm-synthesizer-debug::vm
… - aleo-cli
- async
-
Enables async of snarkvm-ledger-query =0.16.15 and snarkvm-synthesizer-process =0.16.15
- cuda
-
Enables cuda of snarkvm-algorithms =0.16.15
- serial
-
Enables serial of snarkvm-console =0.16.15, snarkvm-ledger-block =0.16.15, snarkvm-ledger-coinbase =0.16.15, snarkvm-ledger-committee =0.16.15, snarkvm-ledger-query =0.16.15, snarkvm-ledger-store =0.16.15, snarkvm-synthesizer-process =0.16.15, snarkvm-synthesizer-program =0.16.15, and snarkvm-synthesizer-snark =0.16.15
- setup
- timer
- wasm = process, program, rayon, snark
-
Enables wasm of snarkvm-console =0.16.15, snarkvm-ledger-block =0.16.15, snarkvm-ledger-coinbase =0.16.15, snarkvm-ledger-committee =0.16.15, snarkvm-ledger-query =0.16.15, snarkvm-ledger-store =0.16.15, snarkvm-synthesizer-process =0.16.15, snarkvm-synthesizer-program =0.16.15, and snarkvm-synthesizer-snark =0.16.15
- test
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 wasm?
- synthesizer-program program serial? wasm?
- synthesizer-snark serial? snark wasm?
- synthesizer-process async? process serial? wasm?