Cargo Features
zebra-consensus has no features set by default.
[dependencies]
zebra-consensus = { version = "1.0.0-beta.42", features = ["progress-bar", "getblocktemplate-rpcs", "proptest-impl"] }
- progress-bar = howudoin
-
Production features that activate extra dependencies, or extra features in dependencies
Enables progress-bar of zebra-state
- getblocktemplate-rpcs
-
Mining RPC support
Enables getblocktemplate-rpcs of zebra-chain, zebra-node-services, and zebra-state
- proptest-impl = proptest, proptest-derive
-
Test-only features
Enables proptest-impl of zebra-chain and zebra-state
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.
- howudoin progress-bar?
-
Enables howudoin
prod feature progress-bar
- proptest-derive proptest-impl?
- proptest proptest-impl?
-
Enables proptest
Test-only dependencies