async-graphql-axum 7.0.2

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

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

[dependencies.axum]
features = ["ws"]
version = "0.7.0"

[dependencies.bytes]
features = ["serde"]
version = "1.0.1"

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

[dependencies.serde_json]
version = "1.0.64"

[dependencies.tokio]
features = ["time"]
version = "1.17.0"

[dependencies.tokio-stream]
version = "0.1.14"

[dependencies.tokio-util]
default-features = false
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 OR Apache-2.0"
name = "async-graphql-axum"
readme = "README.md"
repository = "https://github.com/async-graphql/async-graphql"
version = "7.0.2"