spikard-graphql 0.15.5

GraphQL support for Spikard with async-graphql integration
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 = "2024"
name = "spikard-graphql"
version = "0.15.5"
authors = ["Na'aman Hirschfeld <nhirschfeld@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GraphQL support for Spikard with async-graphql integration"
homepage = "https://github.com/Goldziher/spikard"
documentation = "https://docs.rs/spikard-graphql"
readme = "README.md"
keywords = [
    "graphql",
    "async-graphql",
    "server",
    "api",
]
categories = [
    "web-programming::http-server",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/Goldziher/spikard"
resolver = "2"

[package.metadata.cargo-machete]
ignored = [
    "bytes",
    "doc-comment",
    "futures",
    "spikard-core",
    "tokio-test",
    "tower",
    "tracing",
]

[features]
default = []
subscription = []

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

[dependencies.async-graphql]
version = "7"

[dependencies.axum]
version = "0.8"

[dependencies.bytes]
version = "1.11"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.spikard-core]
version = "0.15.5"

[dependencies.spikard-http]
version = "0.15.5"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tower]
version = "0.5"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.doc-comment]
version = "0.3"

[dev-dependencies.tokio-test]
version = "0.4"

[lints.clippy.all]
level = "deny"
priority = 0

[lints.clippy.nursery]
level = "deny"
priority = 0

[lints.clippy.pedantic]
level = "deny"
priority = 0

[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
check-cfg = ["cfg(tarpaulin_include)"]