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 whenever zcash_address is added without default-features = false somewhere in the dependency tree.

std default

Enables std of core2 ^0.3, f4jumble, zcash_encoding, and zcash_protocol

test-dependencies

Enables proptest

Affects zcash_address::testing