async-graphql-rocket 4.0.6

async-graphql for Rocket.rs
Documentation
[dependencies.async-graphql]
default-features = false
version = "4.0.6"

[dependencies.rocket]
default-features = false
version = "0.5.0-rc.2"

[dependencies.serde]
version = "1.0.126"

[dependencies.serde_json]
version = "1.0.64"

[dependencies.tokio-util]
default-features = false
features = ["compat"]
version = "0.6.7"

[package]
authors = ["Daniel Wiesenberg <daniel@simplificAR.io>"]
categories = ["network-programming", "asynchronous"]
description = "async-graphql for Rocket.rs"
documentation = "https://docs.rs/async-graphql/"
edition = "2021"
homepage = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql", "rocket"]
license = "MIT/Apache-2.0"
name = "async-graphql-rocket"
repository = "https://github.com/async-graphql/async-graphql"
resolver = "2"
version = "4.0.6"