# 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" rust-version = "1.70" name = "gcp_auth" version = "0.12.3" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Google cloud platform (GCP) authentication using default and custom service accounts" documentation = "https://docs.rs/gcp_auth/" readme = "README.md" keywords = [ "authentication", "gcp", "google", ] categories = [ "asynchronous", "authentication", ] license = "MIT" repository = "https://github.com/hrvolapeter/gcp_auth" [lib] name = "gcp_auth" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.22" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4.31" features = ["serde"] [dependencies.home] version = "0.5.5" [dependencies.http] version = "1" [dependencies.http-body-util] version = "0.1" [dependencies.hyper] version = "1" features = [ "client", "http1", "http2", ] default-features = false [dependencies.hyper-rustls] version = "0.27" features = [ "http1", "http2", ] default-features = false [dependencies.hyper-util] version = "0.1.4" features = ["client-legacy"] [dependencies.ring] version = "0.17" [dependencies.rustls-pemfile] version = "2" [dependencies.serde] version = "1.0" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.1" features = [ "fs", "sync", ] [dependencies.tracing] version = "0.1.29" [dependencies.tracing-futures] version = "0.2.5" [dependencies.url] version = "2" [dev-dependencies.tokio] version = "1.1" features = [ "macros", "parking_lot", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [features] default = [ "hyper-rustls/rustls-native-certs", "hyper-rustls/ring", ] webpki-roots = ["hyper-rustls/webpki-roots"]