# 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 = "oauth2-client" version = "0.2.0" authors = ["vkill "] description = "OAuth 2.0 Client" homepage = "https://github.com/bk-rs/oauth2-rs" documentation = "https://docs.rs/oauth2-client" readme = "README.md" keywords = [] categories = [] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/oauth2-rs" resolver = "1" [package.metadata.docs.rs] all-features = true [package.metadata.cargo-all-features] skip_optional_dependencies = true [dependencies.dyn-clone] version = "1" default-features = false [dependencies.http-api-client] version = "0.2" optional = true default-features = false [dependencies.http-api-client-endpoint] version = "0.2" default-features = false [dependencies.oauth2-core] version = "0.2" [dependencies.rand] version = "0.8" features = [ "std", "std_rng", ] default-features = false [dependencies.serde_json] version = "1" features = ["std"] default-features = false [dependencies.serde_qs] version = "0.12" default-features = false [dependencies.serde_urlencoded] version = "0.7" default-features = false [dependencies.thiserror] version = "1" default-features = false [features] default = ["with-flow"] with-flow = ["http-api-client"]