Cargo Features
[dependencies]
privatebox = { version = "0.1.1", default-features = false, features = ["alloc"] }
- default = alloc
-
The
alloc
feature is set by default wheneverprivatebox
is added without
somewhere in the dependency tree.default-features = false - alloc default
-
Enables alloc of chacha20poly1305 ^0.8.0
PrivateBox has 2 features without comments.