async-graphql-warp 6.0.0

async-graphql for warp
Documentation
[dependencies.async-graphql]
default-features = false
version = "6.0.0"

[dependencies.futures-util]
default-features = false
features = ["sink"]
version = "0.3.0"

[dependencies.serde_json]
version = "1.0.64"

[dependencies.warp]
default-features = false
features = ["websocket"]
version = "0.3.0"
[dev-dependencies.async-stream]
version = "0.3.0"

[dev-dependencies.tokio]
default-features = false
features = ["macros", "rt-multi-thread", "time"]
version = "1.4.0"

[package]
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
categories = ["network-programming", "asynchronous"]
description = "async-graphql for warp"
documentation = "https://docs.rs/async-graphql-warp/"
edition = "2021"
homepage = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]
license = "MIT OR Apache-2.0"
name = "async-graphql-warp"
repository = "https://github.com/async-graphql/async-graphql"
version = "6.0.0"