Cargo Features
[dependencies]
orchard = { version = "0.10.0", default-features = false, features = ["unstable-frost", "multicore", "dev-graph", "test-dependencies"] }
- default = multicore
-
The
multicore
feature is set by default wheneverorchard
is added without
somewhere in the dependency tree.default-features = false - unstable-frost
- multicore default
-
Enables multicore of halo2_proofs
- dev-graph = image, plotters
-
Enables dev-graph of 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?