vergen 7.3.2

Generate 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the env! macro
Documentation
[build-dependencies.anyhow]
version = "1.0.56"

[build-dependencies.rustversion]
version = "1"

[build-dependencies.time]
features = ["formatting"]
version = "0.3.7"
[dependencies.anyhow]
version = "1"

[dependencies.cfg-if]
version = "1"

[dependencies.enum-iterator]
version = "1.1.3"

[dependencies.getset]
version = "0"

[dependencies.git2]
default-features = false
optional = true
version = "0.14"

[dependencies.rustc_version]
optional = true
version = "0.4.0"

[dependencies.sysinfo]
default-features = false
optional = true
version = "0.24.7"

[dependencies.thiserror]
version = "1"

[dependencies.time]
optional = true
version = "0.3.7"
[dev-dependencies.lazy_static]
version = "1"

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

[dev-dependencies.serial_test]
version = "0"

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

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