hive-router-plan-executor 6.5.1

GraphQL query planner executor for Federation specification
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "hive-router-plan-executor"
version = "6.5.1"
authors = ["The Guild"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GraphQL query planner executor for Federation specification"
homepage = "https://github.com/graphql-hive/router"
readme = "README.md"
license = "MIT"
repository = "https://github.com/graphql-hive/router"

[lib]
name = "hive_router_plan_executor"
path = "src/lib.rs"

[[bench]]
name = "executor_benches"
path = "benches/executor_benches.rs"
harness = false

[[bench]]
name = "raw_result"
path = "benches/raw_result.rs"

[dependencies.ahash]
version = "0.8.12"

[dependencies.async-trait]
version = "0.1.88"

[dependencies.bumpalo]
version = "3.19.0"

[dependencies.bytes]
version = "1.10.1"

[dependencies.dashmap]
version = "6.0.0"

[dependencies.futures]
version = "0.3.31"

[dependencies.graphql-tools]
version = "0.5.1"

[dependencies.hive-router-config]
version = "0.0.23"

[dependencies.hive-router-internal]
version = "0.0.12"

[dependencies.hive-router-query-planner]
version = "2.2.1"

[dependencies.http]
version = "1.3.1"

[dependencies.http-body-util]
version = "0.1.3"

[dependencies.hyper]
version = "1.6.0"
features = ["client"]

[dependencies.hyper-rustls]
version = "0.27.7"
features = [
    "http1",
    "http2",
]

[dependencies.hyper-util]
version = "0.1.16"
features = [
    "client",
    "client-legacy",
    "http1",
    "http2",
    "tokio",
]

[dependencies.indexmap]
version = "2.10.0"

[dependencies.itoa]
version = "1.0.15"

[dependencies.ntex]
version = "3"
features = ["tokio"]

[dependencies.regex-automata]
version = "0.4.10"

[dependencies.ryu]
version = "1.0.20"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.sonic-rs]
version = "0.5.3"

[dependencies.sonic-simd]
version = "0.1.2"

[dependencies.strum]
version = "0.27.2"
features = [
    "derive",
    "derive",
]

[dependencies.thiserror]
version = "2.0.14"

[dependencies.tokio]
version = "1.47.1"
features = [
    "full",
    "sync",
]

[dependencies.tracing]
version = "0.1.44"

[dependencies.xxhash-rust]
version = "0.8.15"
features = ["xxh3"]

[dev-dependencies.criterion]
version = "0.8"
features = [
    "html_reports",
    "async_tokio",
]

[dev-dependencies.insta]
version = "1.42.1"
features = ["filters"]

[dev-dependencies.tokio]
version = "1.47.1"
features = ["full"]