async-graphql/integrations/warp/Cargo.toml
Sunli 6099e14562 Release 2.5.14
async-graphql@2.5.14
async-graphql-actix-web@2.5.14
async-graphql-tide@2.5.14
async-graphql-warp@2.5.14

Generated by cargo-workspaces
2021-03-14 10:17:02 +08:00

24 lines
850 B
TOML

[package]
name = "async-graphql-warp"
version = "2.5.14"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018"
description = "async-graphql for warp"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql-warp/"
homepage = "https://github.com/async-graphql/async-graphql"
repository = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "../..", version = "=2.5.14" }
warp = { version = "0.3.0", default-features = false, features = ["websocket"] }
futures-util = { version = "0.3.8", default-features = false }
serde_json = "1.0.59"
[dev-dependencies]
tokio = { version = "1.0", default-features = false, features = ["macros", "rt-multi-thread", "time"] }
async-stream = "0.3.0"