# 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 = "2018" name = "google-cloud-gax" version = "0.19.2" authors = ["yoshidan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Google Cloud Platform gRPC retry library." readme = "README.md" keywords = [ "gcp", "googleapis", "google-cloud-rust", ] license = "MIT" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/foundation/gax" resolver = "2" [lib] name = "google_cloud_gax" path = "src/lib.rs" [dependencies.google-cloud-token] version = "0.1.2" [dependencies.http] version = "1.1" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.32" features = ["macros"] [dependencies.tokio-retry2] version = "0.5.3" [dependencies.tonic] version = "0.12" features = [ "prost", "tls-webpki-roots", ] default-features = false [dependencies.tower] version = "0.4" features = [ "filter", "util", ] [dependencies.tracing] version = "0.1"