rocket-simpleauth 0.2.0

Simple username/password authentication system for Rocket
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "rocket-simpleauth"
version = "0.2.0"
authors = ["Bram Vandenbogaerde"]
include = [
    "**/*.rs",
    "Cargo.toml",
]
description="Simple username/password authentication system for Rocket"
license="LGPL-3.0"
homepage="https://github.com/bramvdbogaerde/auth-rs"
repository="https://github.com/bramvdbogaerde/auth-rs"

[dependencies]
rocket = "0.3.0"