async-graphql 0.10.5

The GraphQL server library implemented by rust
Documentation
[dependencies.anyhow]
version = "1.0.26"

[dependencies.async-graphql-derive]
version = "0.10.5"

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

[dependencies.chrono]
optional = true
version = "0.4.10"

[dependencies.fnv]
version = "1.0.6"

[dependencies.graphql-parser]
version = "0.2.3"

[dependencies.serde]
version = "1.0.104"

[dependencies.serde_derive]
version = "1.0.104"

[dependencies.serde_json]
version = "1.0.48"

[dependencies.thiserror]
version = "1.0.11"

[dependencies.uuid]
optional = true
version = "0.8.1"
[dev-dependencies.actix-rt]
version = "1.0.0"

[dev-dependencies.actix-web]
version = "2.0.0"

[dev-dependencies.async-std]
features = ["attributes"]
version = "1.5.0"

[dev-dependencies.mime]
version = "0.3.16"

[dev-dependencies.slab]
version = "0.4.2"

[dev-dependencies.tide]
version = "0.6.0"

[features]
default = ["chrono", "uuid"]

[package]
authors = ["sunli <scott_s829@163.com>"]
categories = ["network-programming", "asynchronous"]
description = "The GraphQL server library implemented by rust"
documentation = "https://docs.rs/async-graphql/"
edition = "2018"
homepage = "https://github.com/sunli829/async-graphql"
keywords = ["futures", "async", "graphql"]
license = "MIT/Apache-2.0"
name = "async-graphql"
publish = true
readme = "README.md"
repository = "https://github.com/sunli829/async-graphql"
version = "0.10.5"