async-graphql-poem 4.0.1

async-graphql for poem
Documentation
[dependencies.async-graphql]
version = "4.0.1"

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

[dependencies.poem]
features = ["websocket"]
version = "1.3.0"

[dependencies.serde_json]
version = "1.0.66"

[dependencies.tokio-util]
features = ["compat"]
version = "0.6.7"

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