git-stats 0.2.0

A tool for getting aggregated commit stats
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 = "git-stats"
version = "0.2.0"
authors = ["Luke Hsiao <luke@hsiao.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool for getting aggregated commit stats"
homepage = "https://github.com/lukehsiao/git-stats"
readme = "README.md"
keywords = [
    "git",
    "stats",
]
categories = ["command-line-utilities"]
license = "BlueOak-1.0.0"
repository = "https://github.com/lukehsiao/git-stats"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.gz"
pkg-fmt = "tgz"
bin-dir = "{ bin }{ binary-ext }"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.zip"
pkg-fmt = "zip"

[package.metadata.binstall.overrides.aarch64-pc-windows-msvc]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.zip"
pkg-fmt = "zip"

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

[[bin]]
name = "git-stats"
path = "src/main.rs"

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.6.1"
features = [
    "wrap_help",
    "derive",
]

[dependencies.gix]
version = "0.84.0"
features = [
    "revision",
    "blob-diff",
    "mailmap",
    "parallel",
    "max-performance-safe",
    "sha1",
]
default-features = false

[dependencies.rayon]
version = "1.12.0"

[dependencies.regex]
version = "1.12.2"

[dependencies.tabled]
version = "0.20.0"
features = ["ansi"]

[dependencies.thiserror]
version = "2.0.18"

[dependencies.yansi]
version = "1.0.1"
features = [
    "detect-tty",
    "detect-env",
]

[dev-dependencies.hegeltest]
version = "0.14.18"

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

[dev-dependencies.yansi]
version = "1.0.1"