async-graphql/integrations/poem/Cargo.toml
Sunli 08aaceff18 Release 4.0.14
async-graphql@4.0.14
async-graphql-actix-web@4.0.14
async-graphql-axum@4.0.14
async-graphql-derive@4.0.14
async-graphql-parser@4.0.14
async-graphql-poem@4.0.14
async-graphql-rocket@4.0.14
async-graphql-tide@4.0.14
async-graphql-value@4.0.14
async-graphql-warp@4.0.14

Generated by cargo-workspaces
2022-09-26 08:31:27 +08:00

21 lines
757 B
TOML

[package]
authors = ["sunli <scott_s829@163.com>"]
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"] }