2018-12-23 14:41:50 -06:00
|
|
|
[package]
|
2019-01-11 10:16:21 -06:00
|
|
|
name = "juniper_book_tests"
|
2018-12-23 14:41:50 -06:00
|
|
|
version = "0.1.0"
|
2019-01-11 10:16:21 -06:00
|
|
|
edition = "2018"
|
2020-10-19 11:42:27 -05:00
|
|
|
authors = ["Magnus Hallin <mhallin@fastmail.com>"]
|
2018-12-23 14:41:50 -06:00
|
|
|
build = "build.rs"
|
|
|
|
|
|
|
|
[dependencies]
|
2020-03-09 01:20:11 -05:00
|
|
|
juniper = { path = "../../../juniper" }
|
2019-05-07 03:56:06 -05:00
|
|
|
juniper_iron = { path = "../../../juniper_iron" }
|
2020-04-17 01:16:00 -05:00
|
|
|
juniper_subscriptions = { path = "../../../juniper_subscriptions" }
|
2020-06-04 03:19:01 -05:00
|
|
|
|
2020-10-19 11:42:27 -05:00
|
|
|
derive_more = "0.99"
|
2020-04-17 01:16:00 -05:00
|
|
|
futures = "0.3"
|
2020-10-19 11:42:27 -05:00
|
|
|
iron = "0.5"
|
|
|
|
mount = "0.4"
|
2018-12-23 14:41:50 -06:00
|
|
|
skeptic = "0.13"
|
2020-10-19 11:42:27 -05:00
|
|
|
serde_json = "1.0"
|
|
|
|
tokio = { version = "0.2", features = ["blocking", "macros", "rt-core", "rt-util", "stream"] }
|
2020-01-28 06:12:27 -06:00
|
|
|
uuid = "0.8"
|
2018-12-23 14:41:50 -06:00
|
|
|
|
|
|
|
[build-dependencies]
|
|
|
|
skeptic = "0.13"
|
|
|
|
|
|
|
|
[patch.crates-io]
|
2019-01-11 10:16:21 -06:00
|
|
|
juniper_codegen = { path = "../../../juniper_codegen" }
|