juniper/tests/integration/Cargo.toml
dependabot[bot] 3b4a187d61
Update itertools crate from 0.12 to 0.13 version (#1259)
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-20 12:17:16 +02:00

18 lines
522 B
TOML

[package]
name = "juniper_integration_tests"
version = "0.0.0"
edition = "2021"
publish = false
[dev-dependencies]
async-trait = "0.1.39"
chrono = { version = "0.4", default-features = false }
derive_more = "0.99"
fnv = "1.0"
futures = "0.3"
itertools = "0.13"
juniper = { path = "../../juniper", features = ["chrono"] }
juniper_subscriptions = { path = "../../juniper_subscriptions" }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
tokio = { version = "1.0", features = ["rt", "macros", "time"] }