git-stats 0.1.23

A tool for getting aggregated commit stats
# 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.1.23"
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"

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

[dependencies.anyhow]
version = "1.0.102"

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

[dependencies.rayon]
version = "1.11.0"

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

[dependencies.xshell]
version = "0.2.7"

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