# 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 = "gitstats" version = "0.0.1-alpha7" description = "fetch stats from a git repository" homepage = "https://github.com/sephiroth74/gitstats" readme = "README.md" license = "MIT" repository = "https://github.com/sephiroth74/gitstats" [dependencies.anyhow] version = "1.0.79" [dependencies.chrono] version = "0.4.33" [dependencies.lazy_static] version = "1.4.0" [dependencies.num-traits] version = "0.2.17" [dependencies.rayon] version = "1.8.1" [dependencies.regex] version = "1.10.3" [dependencies.serde] version = "1.0.196" features = ["derive"] [dependencies.simple-cmd] version = "0.0.19" [dependencies.thiserror] version = "1.0.56" [dependencies.tracing] version = "0.1.40" [dependencies.which] version = "6.0.0" [dev-dependencies.comfy-table] version = "7.1.0" [dev-dependencies.humansize] version = "2.1.3" [dev-dependencies.itertools] version = "0.12.1" [dev-dependencies.textplots] version = "0.8.6" [dev-dependencies.tracing-subscriber] version = "0.3.18"