async-graphql/integrations/axum/Cargo.toml

20 lines
536 B
TOML
Raw Normal View History

2021-08-01 09:44:28 +00:00
[package]
name = "async-graphql-axum"
version = "2.9.9"
edition = "2018"
[dependencies]
async-graphql = { path = "../..", version = "2.9.8" }
async-trait = "0.1.51"
#axum = { version = "0.1.2", features = ["ws", "headers"] }
axum = { git = "https://github.com/sunli829/axum.git", rev = "f43470a", features = ["ws", "headers"] }
bytes = "1.0.1"
headers = "0.3.4"
http = "0.2.4"
http-body = "0.4.2"
serde_json = "1.0.66"
serde_urlencoded = "0.7.0"
tokio-util = { version = "0.6.7", features = ["io", "compat"] }
futures-util = "0.3.13"