locoti 0.1.3

A fork of Locot. A simple utility for tracking lines of code over time in a Git repository. Outputs CSV for visualization and analysis.
# 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 = "locoti"
version = "0.1.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fork of Locot. A simple utility for tracking lines of code over time in a Git repository. Outputs CSV for visualization and analysis."
homepage = "https://github.com/s1dny/locoti"
documentation = "https://docs.rs/locoti"
readme = "README.md"
license = "GPL-3.0-or-later"
repository = "https://github.com/s1dny/locoti"

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

[dependencies.anyhow]
version = "1.0.102"

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

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

[dependencies.csv]
version = "1.4.0"

[dependencies.git2]
version = "0.20.4"

[dependencies.ignore]
version = "0.4.25"

[dependencies.rustc-hash]
version = "2.1.2"

[dependencies.serde]
version = "1.0.228"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.terminal_size]
version = "0.4.4"

[dependencies.textplots]
version = "0.8.7"

[dependencies.tokei]
version = "14.0.0"

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