async-graphql/async-graphql-tide/Cargo.toml
sunli 1e0bcd5bde Release 1.13.5
async-graphql@1.13.5
async-graphql-actix-web@1.13.5
async-graphql-lambda@1.13.5
async-graphql-tide@1.13.5
async-graphql-warp@1.13.5

Generated by cargo-workspaces
2020-05-27 18:34:06 +08:00

26 lines
721 B
TOML

[package]
name = "async-graphql-tide"
version = "1.13.5"
authors = ["vkill <vkill.net@gmail.com>"]
edition = "2018"
description = "async-graphql for tide"
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 = "=1.13.5" }
tide = "0.8.1"
async-trait = "0.1.30"
serde_json = "1.0.51"
futures = "0.3.4"
async-std = "1.5.0"
[dev-dependencies]
smol = { version = "0.1", features = ["tokio02"] }
reqwest = "0.10.4"