async-graphql/integrations/rocket/Cargo.toml

21 lines
739 B
TOML
Raw Normal View History

2020-08-31 14:26:12 +00:00
[package]
name = "async-graphql-rocket"
version = "2.10.3"
2020-08-31 14:26:12 +00:00
authors = ["Daniel Wiesenberg <daniel@simplificAR.io>"]
edition = "2018"
description = "async-graphql for Rocket.rs"
license = "MIT/Apache-2.0"
documentation = "https://docs.rs/async-graphql/"
homepage = "https://github.com/async-graphql/async-graphql"
repository = "https://github.com/async-graphql/async-graphql"
keywords = ["futures", "async", "graphql", "rocket"]
categories = ["network-programming", "asynchronous"]
[dependencies]
async-graphql = { path = "../..", version = "=2.10.3" }
2021-06-16 07:36:45 +00:00
rocket = { version = "0.5.0-rc.1", default-features = false }
serde = "1.0.126"
2021-03-24 04:25:03 +00:00
serde_json = "1.0.64"
tokio-util = { version = "0.6.7", default-features = false, features = ["compat"] }