comfy-git-version-macro 0.3.6

Internal macro crate for git-version.
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-macro"
version = "0.3.6"
authors = [
    "Jakub Arnold <darthdeus@gmail.com>",
    "David Roundy <daveroundy@gmail.com>",
    "Maarten de Vries <maarten@de-vri.es>",
    "Mara Bos <m-ou.se@m-ou.se>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal macro crate for git-version."
readme = false
keywords = ["git"]
license = "BSD-2-Clause"
repository = "https://github.com/darthdeus/git-version"

[features]
nightly = []

[lib]
name = "comfy_git_version_macro"
path = "src/lib.rs"
proc-macro = true

[dependencies]