Cargo Features

argonautica has no features set by default.

[dependencies]
argonautica = { version = "0.2.0", features = ["benches", "simd", "serde"] }
benches = argon2rs, criterion, md5, rust-argon2, sha2
simd

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality [may be removed in the future](https://rust-lang.github.io/rfcs/3491-remove-implicit-features.html).

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

argon2rs benches?

Enables argon2rs

benches

md5 benches?

Enables md5 ^0.6

rust-argon2 benches?

Enables rust-argon2 ^0.4.0

sha2 benches?

Enables sha2 ^0.8

criterion benches?

Enables criterion ^0.2