Cargo Features

zebra-scan has no features set by default.

[dependencies]
zebra-scan = { version = "0.1.0-alpha.6", features = ["proptest-impl"] }
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 features

Enables proptest-impl of zebra-chain and zebra-state

Required by the scanner-grpc-server 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?
proptest proptest-impl?

Enables proptest

test feature proptest-impl