# 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 = "git-stats" version = "0.1.18" authors = ["Luke Hsiao "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A tool for getting aggregated commit stats" homepage = "https://github.com/lukehsiao/git-stats" readme = "README.md" keywords = [ "git", "stats", ] categories = ["command-line-utilities"] license = "BlueOak-1.0.0" repository = "https://github.com/lukehsiao/git-stats" [[bin]] name = "git-stats" path = "src/main.rs" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.5.18" features = [ "wrap_help", "derive", ] [dependencies.rayon] version = "1.10.0" [dependencies.tabled] version = "0.16.0" features = ["ansi"] [dependencies.xshell] version = "0.2.6" [dependencies.yansi] version = "1.0.1" features = [ "detect-tty", "detect-env", ]