async-graphql-tide 1.4.16

async-graphql for tide
Documentation
[package]
name = "async-graphql-tide"
version = "1.4.16"
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.12.16" }
tide = "0.8"
async-trait = "0.1.30"
serde_json = "1.0.51"

[dev-dependencies]
async-std = "1.5.0"
smol = { version = "0.1", features = ["tokio02"] }
reqwest = "0.10.4"