421b343398
Additionally: - remove obsolete benches in benches/ dir - restore benches in juniper/benches/ dir
28 lines
705 B
TOML
28 lines
705 B
TOML
[package]
|
|
name = "juniper_iron"
|
|
version = "0.6.2"
|
|
edition = "2018"
|
|
authors = [
|
|
"Magnus Hallin <mhallin@fastmail.com>",
|
|
"Christoph Herzog <chris@theduke.at>",
|
|
]
|
|
description = "Iron integration for juniper"
|
|
license = "BSD-2-Clause"
|
|
documentation = "https://docs.rs/juniper_iron"
|
|
repository = "https://github.com/graphql-rust/juniper"
|
|
|
|
[dependencies]
|
|
futures = "0.3.1"
|
|
juniper = { version = "0.14.2", path = "../juniper" }
|
|
iron = ">= 0.5, < 0.7"
|
|
serde_json = "1.0.2"
|
|
urlencoded = ">= 0.5, < 0.7"
|
|
|
|
[dev-dependencies]
|
|
juniper = { version = "0.14.2", path = "../juniper", features = ["expose-test-schema"] }
|
|
iron-test = "0.6"
|
|
logger = "0.4"
|
|
mount = "0.4"
|
|
percent-encoding = "2"
|
|
router = "0.6"
|
|
url = "2"
|