async-graphql-axum 7.0.11

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

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

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

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

[dependencies.serde_json]
version = "1.0.115"

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

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

[dependencies.tokio-util]
default-features = false
features = ["io", "compat"]
version = "0.7.10"

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

[lib]
name = "async_graphql_axum"
path = "src/lib.rs"

[package]
authors = ["sunli <scott_s829@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
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.11"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.axum]
features = ["ws"]
version = "0.7.5"

[target.'cfg(target_arch = "wasm32")'.dependencies.axum]
default-features = false
version = "0.7.5"