Cargo Features
zcash_protocol has no features set by default.
[dependencies]
zcash_protocol = { version = "0.4.0", features = ["test-dependencies", "local-consensus"] }
- test-dependencies
-
Exposes APIs that are useful for testing, such as
proptest
strategies.Enables test-dependencies of incrementalmerkletree and incrementalmerkletree-testing ^0.1 and proptest
proptest:
- Test dependencies
- local-consensus
-
Exposes support for working with a local consensus (e.g. regtest).
Affects
zcash_protocol::local_consensus
…