built 0.5.0

Provides a crate with information from the time it was built.
Documentation
[package]
name = "built"
version = "0.5.0"
description = "Provides a crate with information from the time it was built."
repository = "https://github.com/lukaslueg/built"
documentation = "https://docs.rs/built"
authors = ["Lukas Lueg <lukas.lueg@gmail.com>"]
license = "MIT"
readme = "README.md"
keywords = ["cargo", "build"]
edition = "2018"

[badges]
travis-ci = { repository = "lukaslueg/built" }

[features]
nightly = []

[dependencies]
cargo-lock = { version = "6.0", default-features = false }
semver = { version = "0.11", optional = true }
chrono = { version = "0.4", optional = true }
git2 = { version = "0.13", optional = true, default-features = false, features = [] }

[dev-dependencies]
tempfile = "3"

[package.metadata.docs.rs]
features = [ "chrono", "git2", "semver" ]