Cargo Features
[dependencies]
ledger-zcash-builder = { version = "0.11.2", default-features = false, features = ["bundled-prover", "local-prover", "zcash_proofs"] }
- default = zcash_proofs
-
The
zcash_proofs
feature is set by default wheneverledger-zcash-builder
is added without
somewhere in the dependency tree.default-features = false - bundled-prover = wagyu-zcash-parameters
- local-prover
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.
- wagyu-zcash-parameters bundled-prover?
-
Enables wagyu-zcash-parameters
zcash
- zcash_proofs default
-
Enables zcash_proofs ^0.7