Cargo Features
[dependencies]
abcrypt = { version = "0.3.7", default-features = false, features = ["std", "alloc", "serde"] }
- default = std
-
The
std
feature is set by default wheneverabcrypt
is added without
somewhere in the dependency tree.default-features = false - std default = alloc
-
Enables std of argon2, blake2, and chacha20poly1305
- alloc std
-
Affects
decrypt::decrypt
,encrypt::encrypt
,encrypt::encrypt_with_params
… - serde
-
Enables serde