[[bin]]
name = "git-stats"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.clap]
features = ["wrap_help", "derive"]
version = "4.5.54"
[dependencies.rayon]
version = "1.11.0"
[dependencies.tabled]
features = ["ansi"]
version = "0.20.0"
[dependencies.xshell]
version = "0.2.7"
[dependencies.yansi]
features = ["detect-tty", "detect-env"]
version = "1.0.1"
[package]
authors = ["Luke Hsiao <luke@hsiao.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A tool for getting aggregated commit stats"
edition = "2024"
homepage = "https://github.com/lukehsiao/git-stats"
keywords = ["git", "stats"]
license = "BlueOak-1.0.0"
name = "git-stats"
readme = "README.md"
repository = "https://github.com/lukehsiao/git-stats"
version = "0.1.21"