vergen 9.0.4

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

[dependencies.anyhow]
version = "1.0.95"

[dependencies.cargo_metadata]
optional = true
version = "0.19.1"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.regex]
optional = true
version = "1.11.1"

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

[dependencies.sysinfo]
optional = true
version = "0.33.1"

[dependencies.time]
features = ["formatting", "local-offset", "parsing"]
optional = true
version = "0.3.37"

[dependencies.vergen-lib]
version = "0.1.5"

[dev-dependencies.lazy_static]
version = "1.5.0"

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

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

[dev-dependencies.temp-env]
version = "0.3.6"

[features]
build = ["time", "vergen-lib/build"]
cargo = ["cargo_metadata", "regex", "vergen-lib/cargo"]
default = []
emit_and_set = ["vergen-lib/emit_and_set"]
rustc = ["rustc_version", "vergen-lib/rustc"]
si = ["sysinfo", "vergen-lib/si"]
unstable = ["vergen-lib/unstable"]

[lib]
name = "vergen"
path = "src/lib.rs"

[package]
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
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 = "https://docs.rs/vergen"
edition = "2021"
homepage = "https://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"
rust-version = "1.81.0"
version = "9.0.4"

[[package.metadata.cargo-matrix.channel]]
always_deny = ["emit_and_set", "unstable"]
name = "default"

[[package.metadata.cargo-matrix.channel]]
always_deny = ["emit_and_set"]
always_include = ["unstable"]
name = "nightly"

[package.metadata.docs.rs]
features = ["build", "cargo", "emit_and_set", "rustc", "si"]
rustdoc-args = ["--cfg", "docsrs"]

[[test]]
name = "build_output"
path = "tests/build_output.rs"

[[test]]
name = "cargo_output"
path = "tests/cargo_output.rs"

[[test]]
name = "rustc_output"
path = "tests/rustc_output.rs"

[[test]]
name = "sysinfo_output"
path = "tests/sysinfo_output.rs"