Cargo Features
zebra-network has no features set by default.
[dependencies]
zebra-network = { version = "1.0.0-beta.42", features = ["progress-bar", "proptest-impl"] }
- progress-bar = howudoin
-
Production features that activate extra dependencies, or extra features in dependencies
- proptest-impl = proptest, proptest-derive
-
Testing features that activate extra dependencies
Enables proptest-impl of zebra-chain
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
proptest dependencies