[package] authors = ["blockchainlover2019 "] categories = ["network-programming", "asynchronous"] description = "async-graphql for axum" edition = "2021" keywords = ["futures", "async", "graphql", "axum"] license = "MIT/Apache-2.0" name = "async-graphql-axum-wasi" version = "4.0.4" [dependencies] async-graphql = "5.0.6" async-trait = "0.1.51" axum = { version = "0.5.1", features = ["headers"] } bytes = { version = "1.0.1", features = ["serde"] } futures-util = { version = "0.3.0", default-features = false } http-body = "0.4.2" serde_json = "1.0.66" serde_urlencoded = "0.7.0" tokio-util = { version = "0.7.1", default-features = false, features = [ "io", "compat", ] } tower-service = "0.3"