async-graphql/integrations/actix-web/Cargo.toml
2020-09-18 20:36:05 +08:00

24 lines
715 B
TOML

[package]
name = "async-graphql-actix-web"
version = "2.0.0-alpha.13"
authors = ["sunli <scott_s829@163.com>", "Koxiaet"]
edition = "2018"
description = "async-graphql for actix-web"
publish = true
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/"
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.0.0-alpha.13" }
actix-web = "3.0.0"
actix-web-actors = "3.0.0"
actix-http = "2.0.0"
actix = "0.10.0"
actix-rt = "1.1.0"
futures = "0.3.5"
serde_json = "1.0.48"