# 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_graphql_ws" version = "0.4.0" authors = [ "Christopher Brown ", "Kai Ren ", ] exclude = ["/release.toml"] description = "GraphQL over WebSocket Protocol implementations for `juniper` crate." homepage = "https://github.com/graphql-rust/juniper/tree/master/juniper_graphql_ws" documentation = "https://docs.rs/juniper_graphql_ws" readme = "README.md" keywords = [ "apollo", "graphql-transport-ws", "graphql-ws", "subscription", "websocket", ] categories = [ "asynchronous", "web-programming", "web-programming::http-server", ] license = "BSD-2-Clause" repository = "https://github.com/graphql-rust/juniper" resolver = "1" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.juniper] version = "0.16.0" default-features = false [dependencies.juniper_subscriptions] version = "0.17.0" [dependencies.serde] version = "1.0.122" features = ["derive"] default-features = false [dependencies.tokio] version = "1.0" features = [ "macros", "rt", "time", ] default-features = false [dev-dependencies.serde_json] version = "1.0.18" [features] graphql-transport-ws = [] graphql-ws = []