hindsight-git 0.1.4

Git log processing for hindsight-mcp
Documentation
[[bench]]
harness = false
name = "git_bench"
path = "benches/git_bench.rs"

[dependencies.chrono]
features = ["serde"]
version = "0.4.43"

[dependencies.git2]
version = "0.20.3"

[dependencies.serde]
features = ["derive"]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tracing]
version = "0.1.44"

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

[dev-dependencies.proptest]
version = "1.9.0"

[dev-dependencies.similar]
version = "2.7.0"

[dev-dependencies.similar-asserts]
version = "1.7.0"

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

[package]
authors = ["Nicholas D. Crosbie"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "parser-implementations"]
description = "Git log processing for hindsight-mcp"
documentation = "https://docs.rs/hindsight-git"
edition = "2024"
homepage = "https://github.com/Rbfinch/hindsight-mcp"
keywords = ["git", "parsing", "commit", "history", "development-tools"]
license = "MIT"
name = "hindsight-git"
readme = "README.md"
repository = "https://github.com/Rbfinch/hindsight-mcp"
resolver = "2"
rust-version = "1.89"
version = "0.1.4"

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