[package]
name = "gitstack"
version = "1.9.0"
edition = "2021"
description = "Git Activity Stack TUI - A viewer focused on history comprehension and context awareness"
authors = ["Hiro Chiba"]
license = "MIT"
repository = "https://github.com/Hiro-Chiba/gitstack"
readme = "README.md"
keywords = ["git", "tui", "cli", "terminal"]
categories = ["command-line-utilities", "development-tools"]
[dependencies]
ratatui = "0.29"
crossterm = "0.28"
git2 = "0.20"
chrono = "0.4"
anyhow = "1.0"
unicode-width = "0.2"
[dev-dependencies]
tempfile = "3.15"
[profile.release]
lto = true
codegen-units = 1
strip = true