git-testament 0.1.6

Record git working tree status when compiling your crate
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 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]
edition = "2018"
name = "git-testament"
version = "0.1.6"
authors = ["Daniel Silverstone <dsilvers@digital-scurf.org>"]
description = "Record git working tree status when compiling your crate"
documentation = "https://docs.rs/git-testament/"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/kinnison/git-testament/"
[dependencies.git-testament-derive]
version = "0.1"
[dev-dependencies.lazy_static]
version = "1.3.0"

[dev-dependencies.rand]
version = "0.6"

[dev-dependencies.regex]
version = "1.1.6"

[dev-dependencies.tempdir]
version = "0.3.7"
[badges.maintenance]
status = "experimental"

[badges.travis-ci]
branch = "master"
repository = "kinnison/git-testament"