# 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-default" version = "0.4.0" authors = ["yoshidan "] description = "Google Cloud Platform default config." readme = "README.md" keywords = [ "gcp", "googleapis", "google-cloud-rust", ] license = "MIT" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/auth" resolver = "1" [dependencies.async-trait] version = "0.1" [dependencies.google-cloud-auth] version = "0.11" default-features = false [dependencies.google-cloud-bigquery] version = "0.1" optional = true default-features = false [dependencies.google-cloud-gax] version = "0.15" optional = true [dependencies.google-cloud-metadata] version = "0.3" optional = true [dependencies.google-cloud-pubsub] version = "0.16" optional = true [dependencies.google-cloud-spanner] version = "0.20" optional = true [dependencies.google-cloud-storage] version = "0.11" optional = true default-features = false [dev-dependencies.serial_test] version = "0.9" [dev-dependencies.tokio] version = "1.20" [features] bigquery = [ "google-cloud-bigquery", "google-cloud-gax", ] default = ["default-tls"] default-tls = ["google-cloud-auth/default-tls"] pubsub = [ "google-cloud-pubsub", "google-cloud-gax", ] rustls-tls = ["google-cloud-auth/rustls-tls"] spanner = [ "google-cloud-spanner", "google-cloud-gax", ] storage = [ "google-cloud-storage", "google-cloud-metadata", ]