async-oauth2 0.4.2

An asynchronous OAuth2 flow implementation.
Documentation
[dependencies.base64]
version = "0.21.0"

[dependencies.bytes]
version = "1.4.0"

[dependencies.http]
version = "0.2.9"

[dependencies.rand]
version = "0.8.5"

[dependencies.reqwest]
version = "0.11.14"

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

[dependencies.serde-aux]
version = "4.1.2"

[dependencies.serde_json]
version = "1.0.94"

[dependencies.sha2]
version = "0.10.6"

[dependencies.thiserror]
version = "1.0.39"

[dependencies.url]
version = "2.3.1"
[dev-dependencies.tokio]
features = ["full"]
version = "1.26.0"

[lib]
name = "oauth2"
path = "src/lib.rs"

[package]
authors = ["Alex Crichton <alex@alexcrichton.com>", "Florin Lipan <florinlipan@gmail.com>", "David A. Ramos <ramos@cs.stanford.edu>", "John-John Tedro <udoprog@tedro.se>"]
categories = ["authentication", "web-programming"]
description = "An asynchronous OAuth2 flow implementation."
documentation = "https://docs.rs/async-oauth2"
edition = "2021"
homepage = "https://github.com/udoprog/async-oauth2"
keywords = ["auth", "oauth2"]
license = "MIT/Apache-2.0"
name = "async-oauth2"
readme = "README.md"
repository = "https://github.com/udoprog/async-oauth2"
rust-version = "1.57"
version = "0.4.2"