gitversion 0.0.3

Semantic Versioning for Git projects
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "gitversion"
version = "0.0.3"
authors = ["Omid Rad <omidmr@gmail.com>"]
description = "Semantic Versioning for Git projects"
readme = "README.md"
keywords = ["git", "version", "semver", "semantic", "versioning"]
categories = ["command-line-utilities", "development-tools"]
license = "MIT"
repository = "https://github.com/omid/gitversion"
[dependencies.clap]
version = "2.33.0"
features = ["yaml"]

[dependencies.git2]
version = "0.8.0"

[dependencies.natord]
version = "1.0.9"

[dependencies.regex]
version = "1.2.1"

[dependencies.semver]
version = "0.9.0"