libgraphql 0.0.34

A GraphQL engine for building GraphQL tools, clients, and servers.
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 = "libgraphql"
version = "0.0.34"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A GraphQL engine for building GraphQL tools, clients, and servers."
documentation = "https://docs.rs/libgraphql/latest/libgraphql/"
readme = "README.md"
license = "MIT"
repository = "https://github.com/jeffmo/libgraphql"

[features]
default = ["macros"]
macros = ["dep:libgraphql-macros"]
use-libgraphql-parser = ["libgraphql-core/use-libgraphql-parser"]

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

[dependencies.libgraphql-core]
version = "0.0.8"

[dependencies.libgraphql-macros]
version = "0.0.10"
optional = true