gitql-core 0.20.0

GitQL Core components
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-core"
version = "0.20.0"
authors = ["AmrDeveloper"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GitQL Core components"
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-cli"
resolver = "3"

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

[dependencies.chrono]
version = "0.4.42"

[dependencies.dyn-clone]
version = "1.0.20"

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

[dependencies.indexmap]
version = "2.12.0"

[dependencies.regex]
version = "1.12.2"