async-graphql/integrations/poem/Cargo.toml

22 lines
734 B
TOML

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