gitql-parser 0.42.0

GitQL parser
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 = "2021"
name = "gitql-parser"
version = "0.42.0"
authors = ["AmrDeveloper"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GitQL parser"
readme = "README.md"
keywords = [
    "cli",
    "gql",
    "language",
    "git",
    "sql",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/amrdeveloper/gql/tree/main/crates/gitql-parser"
resolver = "3"

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

[dependencies.gitql-ast]
version = "0.39.0"

[dependencies.gitql-core]
version = "0.20.0"

[dependencies.phf]
version = "0.13.1"
features = ["macros"]