scram-rs 0.1.4

Salted Challenge Response Authentication Mechanism (SCRAM) SASL mechanism, a library which implements SCRAM logic
Documentation
[dependencies.base64]
version = "0.13"

[dependencies.getrandom]
version = "0.2"

[dependencies.hmac]
version = "0.10"

[dependencies.md-5]
version = "0.9"

[dependencies.pbkdf2]
version = "0.7"

[dependencies.sha-1]
version = "0.9"

[dependencies.sha2]
version = "0.9"

[package]
authors = ["Aleksandr Morozov <alex@nixd.org>"]
categories = ["authentication", "network-programming"]
description = "Salted Challenge Response Authentication Mechanism (SCRAM) SASL mechanism, a library which implements SCRAM logic"
edition = "2018"
keywords = ["SCRAM", "SASL"]
license = "LGPL-3.0-or-later"
name = "scram-rs"
repository = "https://gitlab.com/relkom/scram-rs"
version = "0.1.4"
[profile.dev]
opt-level = 0

[profile.release]
lto = true
opt-level = 3
overflow-checks = true