# 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-summary" version = "0.1.1" authors = ["Scott Schroeder "] description = "git-summary is a tool for checking the git status for an\nentire directory tree\n" homepage = "https://github.com/scottschroeder/git-summary-rs" documentation = "https://github.com/scottschroeder/git-summary-rs" readme = "README.md" keywords = ["git"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/scottschroeder/git-summary-rs" resolver = "2" [dependencies.anyhow] version = "1" [dependencies.clap] version = "2.33.0" [dependencies.git2] version = "0.13.23" [dependencies.log] version = "0.4" [dependencies.pretty_env_logger] version = "0.4" [dependencies.prettytable-rs] version = "^0.8" [dependencies.rayon] version = "1.5" [dependencies.url] version = "2.2" [dependencies.walkdir] version = "2"