git-commit-stats 0.1.19

A tool to analyze git commits
[[bin]]
name = "git-commit-stats"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.38"

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

[dependencies.git2]
features = []
version = "0.19.0"

[dependencies.itertools]
version = "0.13.0"

[dependencies.regex]
version = "1.11.1"

[package]
authors = ["Alexander Konietzko <me@alexanderkonietzko.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A tool to analyze git commits"
edition = "2021"
homepage = "https://github.com/alex289/git-commit-stats"
keywords = ["cli", "git"]
license-file = "LICENSE"
name = "git-commit-stats"
readme = "README.md"
repository = "https://github.com/alex289/git-commit-stats"
version = "0.1.19"