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

Generated by cargo-workspaces
2022-03-22 11:45:28 +08:00

22 lines
732 B
TOML

[package]
name = "async-graphql-poem"
version = "3.0.36"
authors = ["sunli <scott_s829@163.com>"]
edition = "2021"
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 = "3.0.36" }
poem = { version = "1.2.2", features = ["websocket"] }
futures-util = { version = "0.3.0", default-features = false }
serde_json = "1.0.66"
tokio-util = { version = "0.6.7", features = ["compat"] }