scram 0.2.2

A SCRAM provider library.
Documentation
[package]
authors = ["Thomas Bahn <thomas@thomas-bahn.net>"]
description = "A SCRAM provider library."
documentation = "https://tomprogrammer.github.io/scram/scram/index.html"
keywords = [
    "scram",
    "authentication",
]
license = "MIT"
name = "scram"
readme = "README.md"
repository = "https://github.com/tomprogrammer/scram"
version = "0.2.2"

[dependencies]
base64 = "0.7.0"
rand = "0.3"
ring = "0.12"