google-api-auth 0.2.1

Dead simple API for generating access_token to query GCP's API.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "google-api-auth"
version = "0.2.1"
edition = "2021"
repository = "https://github.com/milen-denev/google-api-auth"
license = "Apache-2.0"
keywords = ["GCP", "oauth2", "google-api"]
authors = ["Milen Denev"]
description = "Dead simple API for generating access_token to query GCP's API."

[dependencies]
reqwest = { version = "0.12", features = ["json", "blocking", "rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
jsonwebtoken = "9.3.0"