async-graphql-warp 2.0.16

async-graphql for warp
Documentation
[dependencies.async-graphql]
version = "=2.0.16"

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

[dependencies.serde_json]
version = "1.0.59"

[dependencies.warp]
default-features = false
features = ["websocket"]
version = "0.2.5"
[dev-dependencies.tokio]
default-features = false
features = ["macros", "rt-multi-thread", "time", "stream"]
version = "0.3.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 = "2018"
homepage = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]
license = "MIT/Apache-2.0"
name = "async-graphql-warp"
repository = "https://github.com/async-graphql/async-graphql"
version = "2.0.16"