# 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 = "2021" name = "locot" version = "0.1.3" description = "A simple utility to get Lines Of Code Over Time for a git repository. Outputs CSV for visualization and analysis" homepage = "https://github.com/vacekj/locot" documentation = "https://docs.rs/locot" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/vacekj/locot" [dependencies.anyhow] version = "1.0.71" [dependencies.chrono] version = "0.4.35" features = ["serde"] [dependencies.clap] version = "4.5.2" features = ["derive"] [dependencies.csv] version = "1.2.2" [dependencies.git2] version = "0.17.1" [dependencies.itertools] version = "0.12.1" [dependencies.serde] version = "1.0.171" [dependencies.tempfile] version = "3.5.0" [dependencies.tokei] version = "12.1.2"