[package] name = "juniper_book_tests" version = "0.1.0" authors = ["Magnus Hallin "] edition = "2018" build = "build.rs" [dependencies] juniper = { path = "../../../juniper" } juniper_iron = { path = "../../../juniper_iron" } juniper_subscriptions = { path = "../../../juniper_subscriptions" } derive_more = "0.99.7" futures = "0.3" tokio = { version = "0.2", features = ["rt-core", "blocking", "stream", "rt-util"] } iron = "0.5.0" mount = "0.4.0" skeptic = "0.13" serde_json = "1.0.39" uuid = "0.8" [build-dependencies] skeptic = "0.13" [patch.crates-io] juniper_codegen = { path = "../../../juniper_codegen" }