Cargo Features
[dependencies]
abcrypt = { version = "0.4.0", 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
,encrypt::encrypt_with_context
… - serde
-
Enables serde