2018-09-07 16:28:56 -05:00
|
|
|
[package]
|
|
|
|
name = "juniper_warp"
|
2019-07-29 10:12:47 -05:00
|
|
|
version = "0.4.1"
|
2018-09-07 16:28:56 -05:00
|
|
|
authors = ["Tom Houlé <tom@tomhoule.com>"]
|
|
|
|
description = "Juniper GraphQL integration with Warp"
|
2018-09-13 11:32:21 -05:00
|
|
|
license = "BSD-2-Clause"
|
2018-09-07 16:28:56 -05:00
|
|
|
documentation = "https://docs.rs/juniper_warp"
|
|
|
|
repository = "https://github.com/graphql-rust/juniper"
|
2019-04-22 13:37:46 -05:00
|
|
|
edition = "2018"
|
2018-09-07 16:28:56 -05:00
|
|
|
|
|
|
|
[dependencies]
|
2018-10-27 20:45:47 -05:00
|
|
|
warp = "0.1.8"
|
2019-09-29 21:04:31 -05:00
|
|
|
juniper = { version = "0.14.0", path = "../juniper", default-features = false }
|
2018-09-07 16:28:56 -05:00
|
|
|
serde_json = "1.0.24"
|
|
|
|
serde_derive = "1.0.75"
|
|
|
|
failure = "0.1.2"
|
|
|
|
futures = "0.1.23"
|
|
|
|
serde = "1.0.75"
|
2018-10-20 02:59:35 -05:00
|
|
|
tokio-threadpool = "0.1.7"
|
2018-09-07 16:28:56 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2019-09-29 21:04:31 -05:00
|
|
|
juniper = { version = "0.14.0", path = "../juniper", features = ["expose-test-schema", "serde_json"] }
|
2018-12-08 21:27:23 -06:00
|
|
|
env_logger = "0.5.11"
|
|
|
|
log = "0.4.3"
|
2018-09-07 16:28:56 -05:00
|
|
|
percent-encoding = "1.0"
|