[dependencies.futures]
version = "0.3.22"
[dependencies.juniper]
default-features = false
version = "0.17"
[dev-dependencies.serde_json]
version = "1.0.18"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.0"
[[example]]
name = "basic"
path = "examples/basic.rs"
[lib]
name = "juniper_subscriptions"
path = "src/lib.rs"
[lints.clippy]
allow_attributes = "warn"
allow_attributes_without_reason = "warn"
[lints.rust]
closure_returning_async_block = "warn"
impl_trait_redundant_captures = "warn"
missing_docs = "warn"
non_ascii_idents = "forbid"
unsafe_code = "forbid"
unused_crate_dependencies = "warn"
[lints.rust.future_incompatible]
level = "warn"
priority = -1
[package]
authors = ["nWacky <gosha.evtushenko@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["asynchronous", "web-programming", "web-programming::http-server"]
description = "Juniper `SubscriptionCoordinator` and `SubscriptionConnection` implementations."
documentation = "https://docs.rs/juniper_subscriptions"
edition = "2024"
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.85"
version = "0.18.0"