[package] name = "juniper_rocket_async" version = "0.5.1" authors = [ "Magnus Hallin ", "Christoph Herzog ", ] description = "Juniper GraphQL integration with Rocket" license = "BSD-2-Clause" documentation = "https://docs.rs/juniper_rocket" repository = "https://github.com/graphql-rust/juniper" edition = "2018" [dependencies] serde_json = { version = "1.0.2" } juniper = { version = "0.14.2", default-features = false, path = "../juniper" } futures = { version = "0.3.1", features = ["compat"] } rocket = { git = "https://github.com/SergioBenitez/Rocket", branch = "master", default-features = false } tokio = { version = "0.2", features = ["rt-core", "macros"] } [dev-dependencies.juniper] version = "0.14.2" features = ["expose-test-schema"] path = "../juniper"