dynamic-graphql 0.10.2

Dynamic GraphQL schema
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 = "dynamic-graphql"
version = "0.10.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Dynamic GraphQL schema"
homepage = "https://github.com/smmoosavi/dynamic-graphql"
readme = "README.md"
keywords = [
    "graphql",
    "dynamic",
    "schema",
    "async",
]
categories = ["network-programming"]
license = "MIT"
repository = "https://github.com/smmoosavi/dynamic-graphql"

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

[dependencies.async-graphql]
version = "7.0.5"
features = ["dynamic-schema"]

[dependencies.dynamic-graphql-derive]
version = "0.10.2"

[dependencies.fnv]
version = "1"

[dev-dependencies.graphql-parser]
version = "0.4"

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