[package]
name = "google-sts1"
version = "7.0.0+20251203"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Cloud Security Token (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/sts1"
homepage = "http://cloud.google.com/iam/docs/workload-identity-federation"
documentation = "https://docs.rs/google-sts1/7.0.0+20251203"
license = "MIT"
keywords = ["sts", "google", "protocol", "web", "api"]
autobins = false
edition = "2021"
[dependencies]
chrono = { version = "0.4", default-features = false, features = ["clock"] }
hyper = "1"
hyper-rustls = { version = "0.27", default-features = false, features = ["http2", "rustls-native-certs", "native-tokio"] }
hyper-util = "0.1"
mime = "0.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.130"
serde_with = "3"
tokio = "1"
url = "2"
utoipa = { version = "4", optional = true }
yup-oauth2 = { version = "12", default-features = false, optional = true }
google-apis-common = { path = "../../google-apis-common", version = "8" }
[features]
default = ["yup-oauth2", "ring"]
utoipa = ["dep:utoipa"]
yup-oauth2 = ["dep:yup-oauth2", "google-apis-common/yup-oauth2"]
yup-oauth2-service-account = ["yup-oauth2", "yup-oauth2/service-account", "google-apis-common/yup-oauth2-service-account"]
aws-lc-rs = ["yup-oauth2?/aws-lc-rs", "google-apis-common/aws-lc-rs", "hyper-rustls/aws-lc-rs"]
ring = ["yup-oauth2?/ring", "google-apis-common/ring", "hyper-rustls/ring"]