# 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-core" version = "0.1.0" authors = ["Stephen Blum ", "Jay Oster "] description = "PubNub core crate, modular and composable" 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.error-iter] version = "0.2" [dependencies.futures-channel] version = "0.3" features = ["sink"] [dependencies.futures-core] version = "0.3" [dependencies.futures-util] version = "0.3" features = ["async-await", "async-await-macro", "sink", "channel"] [dependencies.json] version = "0.12" [dependencies.log] version = "0.4" [dependencies.mockall] version = "0.6" optional = true [dependencies.percent-encoding] version = "2.1" [dependencies.thiserror] version = "1.0" [dependencies.uuid] version = "0.8" features = ["v4"] [dev-dependencies.byteorder] version = "1.3" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.futures-executor] version = "0.3" [dev-dependencies.getrandom] version = "0.1" [dev-dependencies.randomize] version = "3.0" [features] default = ["mock"] mock = ["mockall"] nightly = ["mock", "mockall/nightly"] [badges.maintenance] status = "actively-developed" [badges.travis-ci] branch = "master" repository = "pubnub/rust"