async-graphql-tide 7.0.13

async-graphql for tide
[dependencies.async-graphql]
default-features = false
version = "7.0.13"

[dependencies.async-trait]
version = "0.1.79"

[dependencies.futures-util]
default-features = false
version = "0.3.30"

[dependencies.serde_json]
version = "1.0.115"

[dependencies.tide]
default-features = false
features = ["h1-server"]
version = "0.16.0"

[dependencies.tide-websockets]
optional = true
version = "0.4.0"

[dev-dependencies.async-std]
features = ["attributes", "tokio1"]
version = "1.12.0"

[dev-dependencies.reqwest]
default-features = false
features = ["json", "multipart"]
version = "0.12.1"

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

[features]
default = ["websocket"]
websocket = ["tide-websockets"]

[lib]
name = "async_graphql_tide"
path = "src/lib.rs"

[package]
authors = ["vkill <vkill.net@gmail.com>", "sunli <scott_s829@163.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["network-programming", "asynchronous"]
description = "async-graphql for tide"
documentation = "https://docs.rs/async-graphql-tide/"
edition = "2021"
homepage = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql"]
license = "MIT OR Apache-2.0"
name = "async-graphql-tide"
readme = false
repository = "https://github.com/async-graphql/async-graphql"
version = "7.0.13"

[[test]]
name = "graphql"
path = "tests/graphql.rs"

[[test]]
name = "test_utils"
path = "tests/test_utils.rs"