# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "pubnub-hyper" version = "0.1.0" authors = ["Stephen Blum ", "Jay Oster "] description = "PubNub async crate based on Tokio and Hyper" homepage = "https://www.pubnub.com/" readme = "../README.md" keywords = ["pubnub", "publish-subscribe", "subscribe"] categories = ["network-programming"] license-file = "LICENSE" repository = "https://github.com/pubnub/rust" [dependencies.async-trait] version = "0.1" [dependencies.derive_builder] version = "0.9" [dependencies.error-iter] version = "0.2" [dependencies.futures-util] version = "0.3" features = ["async-await", "async-await-macro"] [dependencies.getset] version = "0.1" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.13.3" features = ["stream"] [dependencies.hyper-tls] version = "0.4" [dependencies.log] version = "0.4" [dependencies.percent-encoding] version = "2.1" [dependencies.pubnub-core] version = "=0.1.0" [dependencies.pubnub-util] version = "=0.1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "0.2" [dev-dependencies.byteorder] version = "1.3" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.futures-channel] version = "0.3" [dev-dependencies.futures-executor] version = "0.3" [dev-dependencies.getrandom] version = "0.1" [dev-dependencies.http] version = "0.2" [dev-dependencies.json] version = "0.12" [dev-dependencies.log] version = "0.4" [dev-dependencies.percent-encoding] version = "2.1" [dev-dependencies.randomize] version = "3.0" [dev-dependencies.tokio] version = "0.2" features = ["macros"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "pubnub/rust"