# 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" name = "httpclient_oauth2" version = "0.4.0" description = "A simple OAuth2 client library for Rust. Provides middleware for httpclient." homepage = "https://github.com/kurtbuilds/httpclient_oauth2" documentation = "https://docs.rs/httpclient_oauth2" license = "MIT" repository = "https://github.com/kurtbuilds/httpclient_oauth2" [dependencies.async-trait] version = "0.1.75" [dependencies.httpclient] version = "0.23.0" [dependencies.oasgen] version = "0.20.1" optional = true [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.108" [dependencies.serde_qs] version = "0.13.0" [dependencies.tokio] version = "1.35.1" features = ["full"] [dev-dependencies.serde_json] version = "1.0.108" [dev-dependencies.text_io] version = "0.1.12"