trustfall_git_adapter 1.10.0

Trustfall adapter for querying Git repositories
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 = "trustfall_git_adapter"
version = "1.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Trustfall adapter for querying Git repositories"
homepage = "https://github.com/starfy84/git-seek"
readme = "README.md"
keywords = [
    "git",
    "trustfall",
    "adapter",
    "query",
]
categories = [
    "api-bindings",
    "development-tools",
]
license = "BSD-3-Clause"
repository = "https://github.com/starfy84/git-seek"

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

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.trustfall]
version = "0.8.1"

[dependencies.trustfall_core]
version = "0.8.1"

[dependencies.trustfall_derive]
version = "0.3.1"

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