# 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 = "pub-sub-client" version = "0.12.0" authors = ["Heiko Seeberger "] exclude = [ ".blackbox", ".github", "secrets", ] description = "Google Cloud Pub/Sub client library" homepage = "https://github.com/hseeberger/pub-sub-client" documentation = "https://github.com/hseeberger/pub-sub-client" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/hseeberger/pub-sub-client" [dependencies.base64] version = "0.21" [dependencies.goauth] version = "0.13" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.smpl_jwt] version = "0.7" [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" features = ["serde-well-known"] [dependencies.tracing] version = "0.1" [dev-dependencies.anyhow] version = "1.0" [dev-dependencies.testcontainers] version = "0.15" [dev-dependencies.testcontainers-modules] version = "0.1" features = ["google_cloud_sdk_emulators"] [dev-dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3" features = [ "env-filter", "fmt", "json", ]