[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"