git-seek 1.10.0

Query Git repositories using Trustfall's GraphQL-like syntax
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 = "git-seek"
version = "1.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Query Git repositories using Trustfall's GraphQL-like syntax"
homepage = "https://github.com/starfy84/git-seek"
readme = "README.md"
keywords = [
    "git",
    "query",
    "graphql",
    "trustfall",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "BSD-3-Clause"
repository = "https://github.com/starfy84/git-seek"

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

[[bin]]
name = "git-seek"
path = "src/main.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dependencies.comfy-table]
version = "7.2.2"

[dependencies.git2]
version = "0.20"
default-features = false

[dependencies.serde_json]
version = "1.0.149"

[dependencies.trustfall]
version = "0.8"

[dependencies.trustfall_git_adapter]
version = "1.10.0"

[dev-dependencies.anyhow]
version = "1.0.102"

[dev-dependencies.clap]
version = "4.5.60"
features = ["derive"]

[dev-dependencies.git2]
version = "0.20"
default-features = false

[dev-dependencies.tempfile]
version = "3.25"