# 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 = "2021" rust-version = "1.73" name = "juniper_subscriptions" version = "0.17.0" authors = ["nWacky "] exclude = ["/release.toml"] description = "Juniper `SubscriptionCoordinator` and `SubscriptionConnection` implementations." homepage = "https://github.com/graphql-rust/juniper/tree/master/juniper_subscriptions" documentation = "https://docs.rs/juniper_subscriptions" readme = "README.md" keywords = [ "graphql", "server", "subscription", "web", "websocket", ] categories = [ "asynchronous", "web-programming", "web-programming::http-server", ] license = "BSD-2-Clause" repository = "https://github.com/graphql-rust/juniper" resolver = "1" [dependencies.futures] version = "0.3.22" [dependencies.juniper] version = "0.16.0" default-features = false [dev-dependencies.serde_json] version = "1.0.18" [dev-dependencies.tokio] version = "1.0" features = [ "macros", "rt-multi-thread", ]