async-graphql/async-graphql-warp/Cargo.toml

24 lines
674 B
TOML
Raw Normal View History

2020-04-14 01:53:17 +00:00
[package]
name = "async-graphql-warp"
2020-05-05 22:53:26 +00:00
version = "1.2.10"
2020-04-14 01:53:17 +00:00
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
2020-04-14 02:17:07 +00:00
description = "async-graphql for warp"
publish = true
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/"
2020-04-28 07:41:31 +00:00
homepage = "https://github.com/async-graphql/async-graphql"
repository = "https://github.com/async-graphql/async-graphql"
2020-04-14 02:17:07 +00:00
keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous"]
2020-04-14 01:53:17 +00:00
[dependencies]
2020-05-05 22:53:26 +00:00
async-graphql = { path = "..", version = "1.10.10" }
2020-04-14 01:53:17 +00:00
warp = "0.2.2"
futures = "0.3.0"
bytes = "0.5.4"
2020-04-23 07:30:12 +00:00
serde_json = "1.0.48"
2020-04-14 06:00:34 +00:00
[dev-dependencies]
tokio = { version = "0.2", features = ["macros"] }