[package]
name = "git-loc"
version = "0.3.0"
edition = "2021"
authors = ["banteg"]
description = "Per-language lines of code time series from git history using git blobs + tokei"
license = "MIT"
repository = "https://github.com/banteg/git-loc"
readme = "readme.md"
keywords = ["git", "sloc", "tokei", "metrics"]
categories = ["development-tools"]
[dependencies]
anyhow = "1"
clap = { version = "4", features = ["derive"] }
csv = "1"
chrono = "0.4"
git2 = { version = "0.20", default-features = false, features = ["vendored-libgit2"] }
indicatif = "0.17"
plotters = { version = "0.3", default-features = false, features = ["chrono", "datetime", "full_palette", "line_series", "svg_backend"] }
tempfile = "3"
tokei = { version = "13", default-features = false }