Cargo Features

[dependencies]
orchard = { version = "0.8.0", default-features = false, features = ["multicore", "dev-graph", "test-dependencies"] }
default = multicore

The multicore feature is set by default whenever orchard is added without default-features = false somewhere in the dependency tree.

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?