[package]
name = "google-cloudbilling1-cli"
version = "7.0.0+20251203"
authors = ["Sebastian Thiel <byronimo@gmail.com>"]
description = "A complete library to interact with Cloudbilling (protocol v1)"
repository = "https://github.com/Byron/google-apis-rs/tree/main/gen/cloudbilling1-cli"
homepage = "https://cloud.google.com/billing/docs/apis"
documentation = "http://byron.github.io/google-apis-rs/google_cloudbilling1_cli"
license = "MIT"
keywords = ["cloudbilling", "google", "cli"]
autobins = false
edition = "2021"
[[bin]]
name = "cloudbilling1"
path = "src/main.rs"
[dependencies]
chrono = { version = "0.4", default-features = false, features = ["clock"] }
clap = "2"
http-body-util = "0.1"
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"
tokio = { version = "1", features = ["full"] }
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" }
google-clis-common = { path = "../../google-clis-common", version = "8" }
[dependencies.google-cloudbilling1]
path = "../cloudbilling1"
version = "7.0.0+20251203"