[dependencies.anyhow]
version = "^1"
[dependencies.async-trait]
version = "^0"
[dependencies.jsonwebtoken]
version = "^9"
[dependencies.reqwest]
features = ["json"]
version = "^0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "^1"
[lib]
name = "google_auth_helpers"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Providing helpers for authenticating with Google Workspace services"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "google-auth-helpers"
readme = false
version = "0.1.1"