# 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 = "cloud-pubsub" version = "0.9.0" authors = [ "Kayle Gishen ", "tehAnswer ", ] description = "Google Cloud PubSub Client" homepage = "https://github.com/kayleg/cloud-pubsub" readme = "README.md" keywords = [ "google", "pubsub", ] license = "MIT" repository = "https://github.com/kayleg/cloud-pubsub" [dependencies.base64] version = "0.21" [dependencies.bytes] version = "1" [dependencies.goauth] version = "0.13" [dependencies.hyper] version = "0.14" [dependencies.hyper-tls] version = "0.5" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.smpl_jwt] version = "0.7" [dependencies.tokio] version = "1" [dev-dependencies.envy] version = "0.4" [dev-dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", "signal", ]