juniper_subscriptions 0.17.0

Juniper `SubscriptionCoordinator` and `SubscriptionConnection` implementations.
Documentation
[dependencies.futures]
version = "0.3.22"

[dependencies.juniper]
default-features = false
version = "0.16.0"

[dev-dependencies.serde_json]
version = "1.0.18"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.0"

[package]
authors = ["nWacky <gosha.evtushenko@gmail.com>"]
categories = ["asynchronous", "web-programming", "web-programming::http-server"]
description = "Juniper `SubscriptionCoordinator` and `SubscriptionConnection` implementations."
documentation = "https://docs.rs/juniper_subscriptions"
edition = "2021"
exclude = ["/release.toml"]
homepage = "https://github.com/graphql-rust/juniper/tree/master/juniper_subscriptions"
keywords = ["graphql", "server", "subscription", "web", "websocket"]
license = "BSD-2-Clause"
name = "juniper_subscriptions"
readme = "README.md"
repository = "https://github.com/graphql-rust/juniper"
resolver = "1"
rust-version = "1.73"
version = "0.17.0"