async-graphql/integrations/tide/Cargo.toml
Sunli 6e7a67c2b0 Release 2.4.11
async-graphql@2.4.11
async-graphql-actix-web@2.4.11
async-graphql-derive@2.4.11
async-graphql-tide@2.4.11
async-graphql-warp@2.4.11

Generated by cargo-workspaces
2021-01-15 10:31:36 +08:00

24 lines
834 B
TOML

[package]
name = "async-graphql-tide"
version = "2.4.11"
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.4.11" }
tide = { version = "0.15.0", default-features = false, features = ["h1-server"] }
[dev-dependencies]
# Surf lacks multipart support
reqwest = { version = "0.10.8", default-features = false, features = ["json"] }
async-std = { version = "1.6.5", features = ["attributes", "tokio02"] }
serde_json = "1.0.59"