vulpo_rocket 0.1.0

Rocket SDK for use with the Vulpo authentication server
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4.19"

[dependencies.jsonwebtoken]
version = "7.2.0"

[dependencies.reqwest]
features = ["json"]
version = "0.11.4"

[dependencies.rocket]
features = ["uuid", "json"]
version = "0.5.0-rc.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.uuid]
features = ["serde", "v4"]
version = "0.8"

[dependencies.vulpo]
version = "0.1.0"

[package]
authors = ["Michael Riezler <michaelriezler@gmail.com>"]
description = "Rocket SDK for use with the Vulpo authentication server"
edition = "2018"
license = "MPL-2.0"
name = "vulpo_rocket"
version = "0.1.0"