rust-argon2 1.0.0

Rust implementation of the Argon2 password hashing function.
Documentation
[dependencies.base64]
version = "0.13"

[dependencies.blake2b_simd]
version = "1.0"

[dependencies.constant_time_eq]
version = "0.1.5"

[dependencies.crossbeam-utils]
optional = true
version = "0.8"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.133"
[dev-dependencies.hex]
version = "0.4"

[features]
default = ["crossbeam-utils"]

[lib]
name = "argon2"

[package]
authors = ["Martijn Rijkeboer <mrr@sru-systems.com>"]
description = "Rust implementation of the Argon2 password hashing function."
documentation = "https://docs.sru-systems.com/rust-argon2/1.0.0/argon2/"
edition = "2018"
homepage = "https://github.com/sru-systems/rust-argon2"
keywords = ["argon2", "argon2d", "argon2i", "hash", "password"]
license = "MIT/Apache-2.0"
name = "rust-argon2"
readme = "README.md"
repository = "https://github.com/sru-systems/rust-argon2"
version = "1.0.0"