gqlparser 0.8.2

GQL Parsing library, including GQLS.
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 = "gqlparser"
version = "0.8.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GQL Parsing library, including GQLS."
homepage = "https://gqlite.org"
readme = "README.MD"
license = "MIT"
repository = "https://gitlab.com/gqlite/gqlite"
resolver = "2"

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

[dependencies.indexmap]
version = "2"

[dependencies.nom]
version = "8"

[dependencies.nom-language]
version = "0.1"

[dependencies.thiserror]
version = "2"