async-graphql-actix-web 2.1.3

async-graphql for actix-web
Documentation
[dependencies.actix]
version = "0.10.0"

[dependencies.actix-http]
version = "2.0.0"

[dependencies.actix-web]
default-features = false
version = "3.1.0"

[dependencies.actix-web-actors]
version = "3.0.0"

[dependencies.async-channel]
version = "1.5.1"

[dependencies.async-graphql]
version = "=2.1.3"

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

[dependencies.serde_json]
version = "1.0.59"

[dependencies.serde_urlencoded]
version = "0.7.0"
[dev-dependencies.actix-rt]
version = "1.1.1"

[dev-dependencies.async-mutex]
version = "1.4.0"

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