graphql-tools 0.5.0

Tools for working with GraphQL in Rust
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 = "graphql-tools"
version = "0.5.0"
authors = ["The Guild"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tools for working with GraphQL in Rust"
homepage = "https://github.com/graphql-hive/router"
readme = false
license = "MIT"
repository = "https://github.com/graphql-hive/router"

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

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

[dependencies.combine]
version = "4.6.6"

[dependencies.itoa]
version = "1.0.17"

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.ryu]
version = "1.0.22"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_with]
version = "3.0.0"

[dependencies.thiserror]
version = "2.0.14"

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

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

[dev-dependencies.pretty_assertions]
version = "1.0.0"