[dependencies.base64]
version = "0.13.0"
[dependencies.data-encoding]
version = "2.3.2"
[dependencies.json]
version = "0.12.4"
[dependencies.openssl]
version = "0.10.30"
[dependencies.reqwest]
features = ["multipart", "json"]
version = "0.11.8"
[dependencies.tokio]
features = ["full"]
version = "1.15.0"
[dependencies.urlencoding]
version = "2.1.0"
[package]
categories = ["api-bindings", "asynchronous"]
description = "this is a pure rust implimentation to get google cloud access token for servers with service account credentials."
edition = "2021"
homepage = "https://github.com/gzbakku/gcp-access-token"
keywords = ["gcp", "access", "token", "server", "api"]
license = "GPL-3.0"
name = "gcp_access_token"
readme = "README.md"
repository = "https://github.com/gzbakku/gcp-access-token"
version = "0.1.4"