Cargo Features
[dependencies]
zcash_address = { version = "0.6.2", default-features = false, features = ["std", "test-dependencies"] }
- default = std
-
The
std
feature is set by default wheneverzcash_address
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of core2 ^0.3, f4jumble, zcash_encoding, and zcash_protocol
- test-dependencies
-
Enables proptest
Affects
zcash_address::testing
…