openid 0.4.0

OpenID Connect & Discovery client library using async / await.
Documentation
[dependencies.base64]
version = "0.12"

[dependencies.biscuit]
version = "0.4"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.failure]
version = "0.1"

[dependencies.lazy_static]
version = "1.4"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.url]
features = ["serde"]
version = "2"

[dependencies.validator]
version = "0.10"

[dependencies.validator_derive]
version = "0.10"

[features]
default = []
uma2 = []

[package]
authors = ["Alexander Korolev <kilork@yandex.ru>"]
categories = []
description = "OpenID Connect & Discovery client library using async / await.\n"
edition = "2018"
homepage = "https://github.com/kilork/openid"
keywords = ["authentication", "authorization", "oauth", "openid", "uma2"]
license = "Unlicense OR MIT"
name = "openid"
readme = "README.md"
repository = "https://github.com/kilork/openid"
version = "0.4.0"