# 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 = "2018" name = "vergit" version = "0.2.12" authors = ["Mathias Pius "] description = "Command line tool for incrementing tags of a git repository according to the SemVer spec" readme = "README.md" keywords = [ "git", "semver", "semantic-versioning", "tool", "command-line-utility", ] license = "MIT" repository = "https://github.com/MathiasPius/vergit" [dependencies.anyhow] version = "1.0" [dependencies.clap] version = "4.1.4" features = ["derive"] [dependencies.git2] version = "0.16.1" [dependencies.indoc] version = "2.0.0" [dependencies.semver] version = "1.0.3"