Cargo Features
zebra-scan has no features set by default.
[dependencies]
zebra-scan = { version = "0.1.0-alpha.11", features = ["proptest-impl", "results-reader"] }
- proptest-impl = bls12_381, ff, group, jubjub, proptest, proptest-derive, rand, zcash_note_encryption, zebra-test
-
Production features that activate extra dependencies, or extra features in dependencies
Test featuresEnables proptest-impl of zebra-chain and zebra-state
Required by the scanner-grpc-server binary
- results-reader = hex, jsonrpc
-
Needed for the zebra-scanner binary.
Required by the scanning-results-reader binary
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.
- proptest-derive proptest-impl?
- bls12_381 proptest-impl?
- ff proptest-impl?
- group proptest-impl?
- jubjub proptest-impl?
- rand proptest-impl?
- zcash_note_encryption proptest-impl?
- zebra-test proptest-impl?
- jsonrpc results-reader?
- hex results-reader?
- proptest proptest-impl?
-
Enables proptest
test feature proptest-impl