gmap 0.3.1

Git repository analysis tool for churn and heatmap visualization
Documentation
[[bin]]
name = "gmap"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive", "color"]
version = "4.4"

[dependencies.console]
version = "0.15"

[dependencies.crossterm]
version = "0.27"

[dependencies.gix]
features = ["worktree-mutation"]
version = "0.73.0"

[dependencies.humantime]
version = "2.1"

[dependencies.indicatif]
version = "0.17"

[dependencies.ratatui]
version = "0.26"

[dependencies.rusqlite]
features = ["bundled", "chrono"]
version = "0.36.0"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "1.0"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.pretty_assertions]
version = "1.4"

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

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

[package]
authors = ["seeyebe"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "Git repository analysis tool for churn and heatmap visualization"
edition = "2021"
keywords = ["git", "analysis", "churn", "heatmap", "cli"]
license = "MIT OR Apache-2.0"
name = "gmap"
readme = "README.md"
repository = "https://github.com/sseeyebe/gmap"
version = "0.3.1"

[profile.release]
codegen-units = 1
lto = true
panic = "abort"