# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sudo-gcp" version = "0.2.1" description = """ A gcloud CLI wrapper to use a more secure pattern of temporary access tokens and service account impersonation. """ readme = "README.md" license = "Apache-2.0" repository = "https://github.com/getsentry/sudo-gcp" [dependencies.anyhow] version = "1.0.71" [dependencies.chrono] version = "0.4.26" features = ["serde"] [dependencies.clap] version = "4.3.4" features = ["derive"] [dependencies.config] version = "0.13.3" [dependencies.env_logger] version = "0.10.0" [dependencies.keyring] version = "2.0.3" [dependencies.reqwest] version = "0.11.18" features = [ "json", "blocking", "gzip", ] [dependencies.serde] version = "1.0.164" features = ["derive"] [dependencies.serde_json] version = "1.0.97"