async-graphql-tide 2.5.12

async-graphql for tide
Documentation
[package]
name = "async-graphql-tide"
version = "2.5.12"
authors = ["vkill <vkill.net@gmail.com>"]
edition = "2018"
description = "async-graphql for tide"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql-tide/"
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.5.12" }
async-trait = "0.1.42"
futures-util = "0.3.12"
serde_json = "1.0.62"

tide = { version = "0.16.0", default-features = false, features = ["h1-server"] }
tide-websockets = "0.2.0"

[dev-dependencies]
# Surf lacks multipart support
reqwest = { version = "0.10.8", default-features = false, features = ["json"] }
async-std = { version = "1.9.0", features = ["attributes", "tokio02"] }
serde_json = "1.0.61"