# 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 = "gitaware" version = "1.0.2" authors = ["Paul Rosset "] description = "Git Aware is a command line tool that aims to make it easier to detect any dirty working copy in projects that uses Git" homepage = "https://github.com/PaulRosset/git-aware" readme = "README.md" keywords = [ "cli", "git", "git-status", "status", "detection", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/PaulRosset/git-aware" [dependencies.git2] version = "0.15.0" [dependencies.ignore] version = "0.4.18"