consta 0.6.2

Git contribution statistics tool
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 = "consta"
version = "0.6.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git contribution statistics tool"
readme = "README.md"
license = "MIT"
repository = "https://github.com/GingerYouth/consta"

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

[[bin]]
name = "consta"
path = "src/main.rs"

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

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

[dependencies.colored]
version = "3"

[dependencies.comfy-table]
version = "7"

[dependencies.rayon]
version = "1"

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

[lints.rust]
unsafe_code = "forbid"

[lints.rust.rust_2018_idioms]
level = "deny"
priority = -1

[lints.rust.unused]
level = "deny"
priority = -1

[profile.dist]
lto = "thin"
inherits = "release"