Cargo Features
[dependencies]
orchard = { version = "0.10.1", default-features = false, features = ["circuit", "unstable-frost", "multicore", "dev-graph", "test-dependencies"] }
- default = circuit, multicore
-
These default features are set whenever
orchard
is added without
somewhere in the dependency tree.default-features = false - circuit default
-
Enables wnaf-memuse of group, std of reddsa and halo2_gadgets and halo2_proofs
halo2_gadgets:
Circuit
and std of core2 ^0.3
No-std support
Affects
builder::UnauthorizedBundle
,builder::bundle
,builder::Unproven
,orchard::circuit
… - unstable-frost
- multicore default
-
Enables multicore of optional halo2_proofs
- dev-graph = image, plotters
-
Enables dev-graph of optional halo2_proofs
- test-dependencies = proptest
-
Affects
note_encryption::testing
,tree::testing
…
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.
- image dev-graph?
-
Enables image ^0.24
Developer tooling dependencies
- plotters dev-graph?
- proptest test-dependencies?