# 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-statistics" version = "0.1.0" description = "Collect commits from Git repository and present statistics in a comfortable way." readme = "README.md" license = "GPL-3.0-only" repository = "https://github.com/hyzmm/git-statistics.git" [lib] path = "src/lib.rs" [[bin]] name = "git-stats" path = "src/bin/git-stats.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.comfy-table] version = "7" [dependencies.itertools] version = "0.11.0" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107"