async-graphql-tide 2.5.1

async-graphql for tide
Documentation
[dependencies.async-graphql]
version = "=2.5.1"

[dependencies.tide]
default-features = false
features = ["h1-server"]
version = "0.15.0"
[dev-dependencies.async-std]
features = ["attributes", "tokio02"]
version = "1.6.5"

[dev-dependencies.reqwest]
default-features = false
features = ["json"]
version = "0.10.8"

[dev-dependencies.serde_json]
version = "1.0.59"

[package]
authors = ["vkill <vkill.net@gmail.com>"]
categories = ["network-programming", "asynchronous"]
description = "async-graphql for tide"
documentation = "https://docs.rs/async-graphql-tide/"
edition = "2018"
homepage = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]
license = "MIT/Apache-2.0"
name = "async-graphql-tide"
repository = "https://github.com/async-graphql/async-graphql"
version = "2.5.1"