libgql 0.0.1

Library for parsing and executing gql queries
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 = "libgql"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Library for parsing and executing gql queries"
readme = false
license = "MIT"
repository = "https://github.com/Voldemat/graphql++"

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

[dependencies.derive_more]
version = "2.1.0"
features = [
    "from",
    "display",
]

[dependencies.indexmap]
version = "2.12.1"
features = ["serde"]

[dependencies.serde]
version = "1.0.228"
features = [
    "serde_derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0.148"
features = ["preserve_order"]

[dependencies.serde_json_path_to_error]
version = "0.1.5"

[dependencies.struson]
version = "0.6.0"
features = ["simple-api"]