git-commit-stats 0.1.17

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

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.18", features = ["derive"] }
git2 = { version = "0.19.0", features = [] }
regex = "1.11.0"
itertools = "0.13.0"
chrono = "0.4.38"