juniper/juniper_rocket/Cargo.toml

22 lines
657 B
TOML

[package]
name = "juniper_rocket"
version = "0.5.2"
authors = [
"Magnus Hallin <mhallin@fastmail.com>",
"Christoph Herzog <chris@theduke.at>",
]
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"}
rocket = { version = "0.4.2", default-features = false }
[dev-dependencies.juniper]
version = "0.14.2"
features = ["expose-test-schema", "serde_json"]
path = "../juniper"