google-iam1 6.0.0+20240621

A complete library to interact with Iam (protocol v1)
Documentation
# DO NOT EDIT !
# This file was generated automatically from 'src/generator/templates/Cargo.toml.mako'
# DO NOT EDIT !
[package]

name = "google-iam1"
version = "6.0.0+20240621"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Iam (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/iam1"
homepage = "https://cloud.google.com/iam/"
documentation = "https://docs.rs/google-iam1/6.0.0+20240621"
license = "MIT"
keywords = ["iam", "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 }
hyper-util = "0.1"
mime = "0.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
serde_with = "3"
tokio = "1"
url = "2"
utoipa = { version = "4", optional = true }
yup-oauth2 = { version = "11", optional = true }

google-apis-common = { path = "../../google-apis-common", version = "7" }



[features]
default = ["yup-oauth2"]
utoipa = ["dep:utoipa"]
yup-oauth2 = ["dep:yup-oauth2", "google-apis-common/yup-oauth2"]