Cargo Features

[dependencies]
privatebox = { version = "0.1.1", default-features = false, features = ["alloc"] }
default = alloc

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

alloc default

Enables alloc of chacha20poly1305 ^0.8.0

PrivateBox has 2 features without comments.