[package] authors = ["sunli "] 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.15" [dependencies] async-graphql = { path = "../..", version = "4.0.15", default-features = false } async-trait = "0.1.51" axum = { git = "https://github.com/tokio-rs/axum", features = ["headers"] } bytes = "1.0.1" futures-util = "0.3.0" http-body = "0.4.2" serde_json = "1.0.66" tokio-util = { version = "0.7.1", features = ["io", "compat"] } tower-service = "0.3"