consta 0.6.2

Git contribution statistics tool
Documentation
[package]
name = "consta"
version = "0.6.2"
edition = "2024"
description = "Git contribution statistics tool"
license = "MIT"
repository = "https://github.com/GingerYouth/consta"

[dependencies]
clap = { version = "4.4", features = ["derive"] }
chrono = { version = "0.4", features = ["serde"] }
rayon = "1"
comfy-table = "7"
colored = "3"

[lints.rust]
unsafe_code = "forbid"
unused = { level = "deny", priority = -1 }
rust_2018_idioms = { level = "deny", priority = -1 }

[lints.clippy]
all = "deny"
pedantic = "deny"
nursery = "deny"

# The profile that 'dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"