lrau 0.1.0

LrAU is an authentication and permission management system for rust.
Documentation
[package]
name = "lrau"
version = "0.1.0"
authors = ["John Toohey <john_t@mailo.com>"]
edition = "2018"
description = "LrAU is an authentication and permission management system for rust."
readme = "./README.md"
repository = "https://gitlab.com/libre-register/lrau"
keywords = ["password", "authentication", "permissions", "login", "access"]
categories = ["authentication"]

license = "AGPL-3.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
rust-argon2 = "0.8.3"
rand = "0.8"
# Optional
serde = {version = "1.0", optional = true, features = ["derive"]}

[dev-dependencies]
serde = {version = "1.0", features = ["derive"]}
toml = "0.5.8"