2017-12-02 08:55:29 -06:00
|
|
|
[package]
|
|
|
|
name = "juniper_iron"
|
2022-01-27 01:47:25 -06:00
|
|
|
version = "0.7.5"
|
2020-10-19 11:42:27 -05:00
|
|
|
edition = "2018"
|
2017-12-03 11:33:40 -06:00
|
|
|
authors = [
|
|
|
|
"Magnus Hallin <mhallin@fastmail.com>",
|
|
|
|
"Christoph Herzog <chris@theduke.at>",
|
|
|
|
]
|
2017-12-02 08:55:29 -06:00
|
|
|
description = "Iron integration for juniper"
|
|
|
|
license = "BSD-2-Clause"
|
|
|
|
documentation = "https://docs.rs/juniper_iron"
|
2017-12-03 06:12:45 -06:00
|
|
|
repository = "https://github.com/graphql-rust/juniper"
|
2017-12-02 08:55:29 -06:00
|
|
|
|
|
|
|
[dependencies]
|
2020-03-09 01:20:11 -05:00
|
|
|
futures = "0.3.1"
|
2022-02-02 10:33:41 -06:00
|
|
|
juniper = { version = "0.15.9", path = "../juniper" }
|
2018-02-05 01:40:54 -06:00
|
|
|
iron = ">= 0.5, < 0.7"
|
2020-10-19 11:42:27 -05:00
|
|
|
serde_json = "1.0.2"
|
|
|
|
urlencoded = ">= 0.5, < 0.7"
|
2017-12-02 08:55:29 -06:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2022-02-02 10:33:41 -06:00
|
|
|
juniper = { version = "0.15.9", path = "../juniper", features = ["expose-test-schema"] }
|
2018-02-05 01:40:54 -06:00
|
|
|
iron-test = "0.6"
|
|
|
|
logger = "0.4"
|
2020-10-19 11:42:27 -05:00
|
|
|
mount = "0.4"
|
2019-09-29 20:47:37 -05:00
|
|
|
percent-encoding = "2"
|
2020-10-19 11:42:27 -05:00
|
|
|
router = "0.6"
|
|
|
|
url = "2"
|