# 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 = "gauth" version = "0.8.0" authors = ["Simon Makarski "] description = "HTTP Client for Google OAuth2" readme = "README.md" keywords = [ "google-oauth2", "google", "auth", "gcp", ] categories = [ "api-bindings", "authentication", ] license = "MIT OR Apache-2.0" repository = "https://github.com/makarski/gauth-rs" [dependencies.anyhow] version = "1.0.40" [dependencies.async-trait] version = "0.1.79" optional = true [dependencies.base64] version = "0.21.3" [dependencies.chrono] version = "0.4.31" [dependencies.dirs] version = "5.0.1" [dependencies.futures] version = "0.3" features = ["executor"] optional = true [dependencies.log] version = "0.4" optional = true [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.ring] version = "0.16.20" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1.0.48" [dependencies.tokio] version = "1.33.0" optional = true [dependencies.url] version = "^2.4.1" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.mockito] version = "1.2.0" [dev-dependencies.tokio] version = "1.33.0" features = ["test-util"] [features] app-blocking = ["dep:futures"] token-watcher = [ "dep:tokio", "dep:async-trait", "dep:log", ]