# 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-pubsub" version = "0.30.0" authors = ["yoshidan "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Google Cloud Platform pubsub client library." documentation = "https://docs.rs/google-cloud-pubsub/latest/google_cloud_pubsub/" readme = "README.md" keywords = [ "gcp", "pubsub", "googleapis", "google-cloud-rust", ] license = "MIT" repository = "https://github.com/yoshidan/google-cloud-rust/tree/main/pubsub" [lib] name = "google_cloud_pubsub" path = "src/lib.rs" [dependencies.async-channel] version = "1.9" [dependencies.async-stream] version = "0.3" [dependencies.google-cloud-auth] version = "0.17" optional = true default-features = false [dependencies.google-cloud-gax] version = "0.19.2" [dependencies.google-cloud-googleapis] version = "0.16.0" features = ["pubsub"] [dependencies.google-cloud-token] version = "0.1.2" [dependencies.prost-types] version = "0.13" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.32" [dependencies.tokio-util] version = "0.7" [dependencies.tracing] version = "0.1" [dev-dependencies.ctor] version = "0.1.26" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.serial_test] version = "3.1" [dev-dependencies.tokio] version = "1.32" features = ["rt-multi-thread"] [dev-dependencies.tracing-subscriber] version = "0.3" [dev-dependencies.uuid] version = "1.4" features = ["v4"] [features] auth = ["google-cloud-auth"] bytes = ["google-cloud-googleapis/bytes"] default = [ "auth", "default-tls", ] default-tls = ["google-cloud-auth?/default-tls"] external-account = ["google-cloud-auth?/external-account"] rustls-tls = ["google-cloud-auth?/rustls-tls"] trace = []