diana 0.2.9

Diana is an out-of-the-box GraphQL system with full support for use as a serverless function, as well as commonly-used features like subscriptions and authentication.
Documentation
[dependencies.async-graphql]
version = "2.8.2"

[dependencies.async-stream]
version = "0.3.1"

[dependencies.chrono]
version = "0.4.19"

[dependencies.error-chain]
version = "0.12.4"

[dependencies.jsonwebtoken]
version = "7.2.0"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "json"]
version = "0.10.10"

[dependencies.serde]
version = "1.0.103"

[dependencies.serde_derive]
version = "1.0.103"

[dependencies.serde_json]
version = "1.0.44"

[dependencies.tokio]
features = ["full"]
version = "1.0.1"

[dependencies.tokio-stream]
version = "0.1.5"
[dev-dependencies.dotenv]
version = "0.15.0"

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

[package]
authors = ["arctic_hen7 <arctic_hen7@pm.me>"]
categories = ["web-programming", "web-programming::http-server", "web-programming::websocket"]
description = "Diana is an out-of-the-box GraphQL system with full support for use as a serverless function, as well as commonly-used features like subscriptions and authentication."
edition = "2018"
homepage = "https://arctic-hen7.github.io/diana"
include = ["src/*", "Cargo.toml", "LICENSE", "README.md"]
keywords = ["graphql", "serverless", "authentication"]
license = "MIT"
name = "diana"
repository = "https://github.com/arctic-hen7/diana"
version = "0.2.9"
[profile.release]
codegen-units = 1
opt-level = "z"
panic = "abort"