# 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 = "google-cloud-auth" version = "0.17.2" authors = ["yoshidan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Google Cloud Platform server application authentication library." readme = "README.md" keywords = [ "gcp", "auth", "googleapis", "google-cloud-rust", ] license = "MIT" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/auth" [lib] name = "google_cloud_auth" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.21" [dependencies.google-cloud-metadata] version = "0.5.0" [dependencies.google-cloud-token] version = "0.1.2" [dependencies.hex] version = "0.4" optional = true [dependencies.hmac] version = "0.12" optional = true [dependencies.home] version = "0.5" [dependencies.jsonwebtoken] version = "9.2.0" [dependencies.path-clean] version = "1.0" optional = true [dependencies.percent-encoding] version = "2.3" optional = true [dependencies.reqwest] version = "0.12.4" features = [ "json", "charset", ] default-features = false [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.sha2] version = "0.10" optional = true [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1.32" features = ["fs"] [dependencies.tracing] version = "0.1" [dependencies.url] version = "2.4" optional = true [dependencies.urlencoding] version = "2.1" [dev-dependencies.ctor] version = "0.1" [dev-dependencies.temp-env] version = "0.3.6" features = ["async_closure"] [dev-dependencies.tempfile] version = "3.8.0" [dev-dependencies.tokio] version = "1.32" features = [ "test-util", "rt-multi-thread", "macros", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "std", ] [features] default = ["default-tls"] default-tls = ["reqwest/default-tls"] external-account = [ "sha2", "path-clean", "url", "percent-encoding", "hmac", "hex", ] hickory-dns = ["reqwest/hickory-dns"] rustls-tls = ["reqwest/rustls-tls"]