google-authz 0.0.1

This library provides auto-renewed tokens for GCP service authentication.
Documentation
[dependencies.bytes]
version = "1.0"

[dependencies.futures-util]
optional = true
version = "0.3"

[dependencies.gcemeta]
version = "0.2.0"

[dependencies.hyper]
features = ["client", "http2"]
version = "0.14"

[dependencies.hyper-rustls]
default-features = false
optional = true
version = "0.22"

[dependencies.jsonwebtoken]
version = "7.2"

[dependencies.parking_lot]
version = "0.11"

[dependencies.pin-utils]
version = "0.1"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.thiserror]
version = "1.0"

[dependencies.tower-service]
version = "0.3"

[dependencies.tracing]
default-features = false
features = ["std"]
version = "0.1"

[features]
client = ["service", "futures-util"]
default = ["service", "native-certs"]
native-certs = ["hyper-rustls/native-tokio"]
service = []
webpki-roots = ["hyper-rustls/webpki-tokio"]

[package]
authors = ["mechiru <u9053u6d41@gmail.com>"]
categories = ["authentication"]
description = "This library provides auto-renewed tokens for GCP service authentication."
documentation = "https://docs.rs/google-authz"
edition = "2018"
include = ["Cargo.toml", "LICENSE-APACHE", "LICENSE-MIT", "src/**/*"]
keywords = ["google", "cloud", "auth", "gcloud", "gcp"]
license = "MIT OR Apache-2.0"
name = "google-authz"
readme = "README.md"
repository = "https://github.com/mechiru/google-authz"
version = "0.0.1"