comfy-git-version 0.4.1

A comfy fork of git-version: compile the git version (tag name, or hash otherwise) and dirty state into your program.
Documentation
# 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 = "comfy-git-version"
version = "0.4.1"
authors = [
    "Jakub Arnold <darthdeus@gmail.com>",
    "Mara Bos <m-ou.se@m-ou.se>",
    "Maarten de Vries <maarten@de-vri.es>",
    "David Roundy <daveroundy@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A comfy fork of git-version: compile the git version (tag name, or hash otherwise) and dirty state into your program."
documentation = "https://docs.rs/comfy-git-version/"
readme = "README.md"
keywords = [
    "git",
    "version",
    "build",
]
categories = [
    "development-tools",
    "development-tools::build-utils",
]
license = "BSD-2-Clause"
repository = "https://github.com/darthdeus/git-version"

[lib]
name = "comfy_git_version"
path = "src/lib.rs"

[[test]]
name = "version"
path = "tests/version.rs"

[dependencies.comfy-git-version-macro]
version = "=0.3.6"