gitql 0.43.0

A SQL like query language to perform queries on .git files
# 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 = "gitql"
version = "0.43.0"
authors = ["AmrDeveloper"]
build = false
exclude = [
    ".github/**",
    "docs/**",
    "media/**",
    "scripts/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A SQL like query language to perform queries on .git files"
documentation = "https://github.com/amrdeveloper/gql"
readme = "README.md"
keywords = [
    "gitql",
    "gitql-sdk",
    "gql",
    "git",
    "sql",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/amrdeveloper/gql/"

[[bin]]
name = "gitql"
path = "src/main.rs"

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

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

[dependencies.gitql-cli]
version = "0.43.0"

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

[dependencies.gitql-engine]
version = "0.43.0"

[dependencies.gitql-parser]
version = "0.42.0"

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

[dependencies.gix]
version = "0.80.0"
features = [
    "blob-diff",
    "max-performance",
]
default-features = false

[dependencies.lineeditor]
version = "0.4.1"

[dev-dependencies.criterion]
version = "0.7.0"

[build-dependencies.phf_codegen]
version = "0.13.1"

[profile.release]
lto = true