async-graphql/integrations/poem/Cargo.toml

21 lines
757 B
TOML
Raw Normal View History

2021-08-23 15:16:31 +00:00
[package]
authors = ["sunli <scott_s829@163.com>"]
categories = ["network-programming", "asynchronous"]
2021-08-23 15:16:31 +00:00
description = "async-graphql for poem"
documentation = "https://docs.rs/async-graphql-poem/"
edition = "2021"
2021-08-23 15:16:31 +00:00
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.15"
2021-08-23 15:16:31 +00:00
[dependencies]
async-graphql = { path = "../..", version = "4.0.15", default-features = false }
2021-08-23 15:16:31 +00:00
2021-12-16 04:56:11 +00:00
futures-util = { version = "0.3.0", default-features = false }
poem = { version = "1.3.0", features = ["websocket"] }
2021-08-23 15:16:31 +00:00
serde_json = "1.0.66"
tokio-util = { version = "0.6.7", features = ["compat"] }