libgraphql 0.0.31

A GraphQL engine for building GraphQL tools, clients, and servers.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "libgraphql"
description = "A GraphQL engine for building GraphQL tools, clients, and servers."
documentation = "https://docs.rs/libgraphql/latest/libgraphql/"
license = "MIT"
version = "0.0.31"
edition = "2024"
repository = "https://github.com/jeffmo/libgraphql"
readme = "../../README.md"

[dependencies]
libgraphql-core = { path = "../libgraphql-core/", version = "0.0.5" }
libgraphql-macros = { path = "../libgraphql-macros/", version = "0.0.7", optional = true }

[features]
default = ["macros"]
macros = ["dep:libgraphql-macros"]