async-graphql/async-graphql-actix-web/Cargo.toml

24 lines
679 B
TOML
Raw Normal View History

2020-03-14 03:46:20 +00:00
[package]
name = "async-graphql-actix-web"
version = "1.14.3"
2020-03-14 03:46:20 +00:00
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
2020-03-18 00:44:41 +00:00
description = "async-graphql for actix-web"
2020-03-14 03:46:20 +00:00
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-03-14 03:46:20 +00:00
keywords = ["futures", "async", "graphql"]
categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "..", version = "1.14.0" }
2020-03-14 03:46:20 +00:00
actix-web = "2.0.0"
2020-03-17 09:26:59 +00:00
actix-web-actors = "2.0.0"
actix = "0.9.0"
2020-04-14 01:53:17 +00:00
actix-rt = "1.0.0"
2020-03-14 03:46:20 +00:00
futures = "0.3.0"
2020-03-17 09:26:59 +00:00
bytes = "0.5.4"
2020-04-23 07:30:12 +00:00
serde_json = "1.0.48"