Cargo Features

[dependencies]
zcash_note_encryption = { version = "0.4.0", default-features = false, features = ["alloc", "pre-zip-212"] }
default = alloc

The alloc feature is set by default whenever zcash_note_encryption is added without default-features = false somewhere in the dependency tree.

alloc default

Affects zcash_note_encryption::batch, zcash_note_encryption::BatchDomain

pre-zip-212