[package] authors = ["sunli "] categories = ["network-programming", "asynchronous"] description = "async-graphql for poem" documentation = "https://docs.rs/async-graphql-poem/" edition = "2021" homepage = "https://github.com/async-graphql/async-graphql" keywords = ["futures", "async", "graphql", "poem"] license = "MIT/Apache-2.0" name = "async-graphql-poem" repository = "https://github.com/async-graphql/async-graphql" version = "4.0.14" [dependencies] async-graphql = { path = "../..", version = "4.0.14", default-features = false } futures-util = { version = "0.3.0", default-features = false } poem = { version = "1.3.0", features = ["websocket"] } serde_json = "1.0.66" tokio-util = { version = "0.6.7", features = ["compat"] }