vergen 7.3.2

Generate 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the env! macro
Documentation
[package]
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
categories = ["development-tools", "development-tools::build-utils"]
description = "Generate 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the env! macro"
documentation = "http://docs.rs/vergen"
edition = "2018"
homepage = "http://github.com/rustyhorde/vergen"
keywords = ["cargo", "instructions", "build", "tool"]
license = "MIT OR Apache-2.0"
name = "vergen"
readme = "README.md"
repository = "https://github.com/rustyhorde/vergen"
version = "7.3.2"

[package.metadata.cargo-all-features]
denylist = ["local_offset","time","git2","rustc_version","sysinfo"]

[features]
default = ["build", "cargo", "git", "rustc", "si"]
build = ["time"]
cargo = []
git = ["time", "git2"]
rustc = ["rustc_version"]
si = ["sysinfo"]
local_offset = ["time/local-offset"]

[dependencies]
anyhow = "1"
cfg-if = "1"
enum-iterator = "1.1.3"
getset = "0"
git2 = { version = "0.14", optional = true, default-features = false }
rustc_version = { version = "0.4.0", optional = true }
sysinfo = { version = "0.24.7", optional = true, default-features = false }
thiserror = "1"
time = { version = "0.3.7", optional = true }

[build-dependencies]
anyhow = "1.0.56"
time = { version = "0.3.7", features = ["formatting"] }
rustversion = "1"

[dev-dependencies]
lazy_static = "1"
regex = "1"
serial_test = "0"