oauth2-reqwest 0.1.0-alpha.3

reqwest HTTP client for oauth2
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.71"
name = "oauth2-reqwest"
version = "0.1.0-alpha.3"
authors = ["David A. Ramos <ramos@cs.stanford.edu>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "reqwest HTTP client for oauth2"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ramosbugs/oauth2-rs"

[package.metadata.docs.rs]
all-features = true

[features]
blocking = ["reqwest/blocking"]

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

[dependencies.oauth2]
version = "5"
default-features = false

[dependencies.reqwest]
version = "0.13"
default-features = false

[dev-dependencies.anyhow]
version = "1.0"