async-graphql-axum 4.0.16

async-graphql for axum
Documentation
[dependencies.async-graphql]
default-features = false
version = "4.0.16"

[dependencies.async-trait]
version = "0.1.51"

[dependencies.axum]
features = ["ws", "headers"]
version = "0.5.1"

[dependencies.bytes]
version = "1.0.1"

[dependencies.futures-util]
version = "0.3.0"

[dependencies.http-body]
version = "0.4.2"

[dependencies.serde_json]
version = "1.0.66"

[dependencies.tokio-util]
features = ["io", "compat"]
version = "0.7.1"

[dependencies.tower-service]
version = "0.3"

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