2017-12-02 15:55:29 +01:00
|
|
|
[package]
|
|
|
|
name = "juniper_iron"
|
2019-12-16 21:55:31 -08:00
|
|
|
version = "0.6.2"
|
2017-12-03 18:33:40 +01:00
|
|
|
authors = [
|
|
|
|
"Magnus Hallin <mhallin@fastmail.com>",
|
|
|
|
"Christoph Herzog <chris@theduke.at>",
|
|
|
|
]
|
2017-12-02 15:55:29 +01:00
|
|
|
description = "Iron integration for juniper"
|
|
|
|
license = "BSD-2-Clause"
|
|
|
|
documentation = "https://docs.rs/juniper_iron"
|
2017-12-03 13:12:45 +01:00
|
|
|
repository = "https://github.com/graphql-rust/juniper"
|
2019-04-22 20:37:46 +02:00
|
|
|
edition = "2018"
|
2017-12-02 15:55:29 +01:00
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
serde_json = { version = "1.0.2" }
|
2019-12-16 21:53:51 -08:00
|
|
|
juniper = { version = "0.14.2", path = "../juniper" }
|
2020-03-08 23:20:11 -07:00
|
|
|
futures = "0.3.1"
|
2017-12-02 16:09:08 +01:00
|
|
|
|
2018-02-05 15:40:54 +08:00
|
|
|
urlencoded = { version = ">= 0.5, < 0.7" }
|
|
|
|
iron = ">= 0.5, < 0.7"
|
2017-12-02 15:55:29 +01:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2018-02-05 15:40:54 +08:00
|
|
|
iron-test = "0.6"
|
|
|
|
router = "0.6"
|
|
|
|
mount = "0.4"
|
|
|
|
logger = "0.4"
|
2019-09-29 18:47:37 -07:00
|
|
|
url = "2"
|
|
|
|
percent-encoding = "2"
|
2017-12-02 16:09:08 +01:00
|
|
|
|
|
|
|
[dev-dependencies.juniper]
|
2019-12-16 21:53:51 -08:00
|
|
|
version = "0.14.2"
|
2017-12-02 16:09:08 +01:00
|
|
|
features = ["expose-test-schema", "serde_json"]
|
|
|
|
path = "../juniper"
|