async-graphql/integrations/axum/Cargo.toml
Sunli b537f0f048 Release 4.0.9
async-graphql@4.0.9
async-graphql-actix-web@4.0.9
async-graphql-axum@4.0.9
async-graphql-derive@4.0.9
async-graphql-parser@4.0.9
async-graphql-poem@4.0.9
async-graphql-rocket@4.0.9
async-graphql-tide@4.0.9
async-graphql-value@4.0.9
async-graphql-warp@4.0.9

Generated by cargo-workspaces
2022-08-15 12:14:40 +08:00

26 lines
833 B
TOML

[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.9"
[dependencies]
async-graphql = { path = "../..", version = "4.0.9", default-features = false }
async-trait = "0.1.51"
axum = { version = "0.5.1", features = ["ws", "headers"] }
bytes = "1.0.1"
futures-util = "0.3.0"
http-body = "0.4.2"
serde_json = "1.0.66"
serde_urlencoded = "0.7.0"
tokio-util = { version = "0.7.1", features = ["io", "compat"] }
tower-service = "0.3"