tsukuyomi-juniper 0.1.1

A extension of Tsukuyomi web framework for supporting GraphQL serving based on Juniper.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "tsukuyomi-juniper"
version = "0.1.1"
authors = ["Yusuke Sasaki <yusuke.sasaki.nuem@gmail.com>"]
include = ["src/**/*.rs", "Cargo.toml", "README.md", "LICENSE-MIT", "LICENSE-APACHE"]
description = "A extension of Tsukuyomi web framework for supporting GraphQL serving based on Juniper.\n"
documentation = "https://docs.rs/tsukuyomi-juniper"
readme = "README.md"
license = "MIT/Apache-2.0"
repository = "https://github.com/tsukuyomi-rs/tsukuyomi-juniper.git"
[dependencies.bytes]
version = "0.4"

[dependencies.failure]
version = "0.1"

[dependencies.futures]
version = "0.1.21"

[dependencies.http]
version = "0.1.6"

[dependencies.hyperx]
version = "0.12.0"

[dependencies.juniper]
version = "0.9.2"

[dependencies.mime]
version = "0.3"

[dependencies.percent-encoding]
version = "1.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_qs]
version = "0.4"

[dependencies.tsukuyomi]
version = "0.2.1"
[dev-dependencies.juniper]
version = "0.9.2"
features = ["expose-test-schema", "serde_json"]