vergen-lib 10.0.2

Common code used to support the vergen libraries
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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.96.0"
name = "vergen-lib"
version = "10.0.2"
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common code used to support the vergen libraries"
homepage = "https://github.com/rustyhorde/vergen"
documentation = "https://docs.rs/vergen-lib"
readme = "README.md"
keywords = [
    "cargo",
    "instructions",
    "build",
    "tool",
]
categories = [
    "development-tools",
    "development-tools::build-utils",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustyhorde/vergen"
resolver = "2"

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

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

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

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

[features]
build = []
cargo = []
default = []
emit_and_set = []
git = []
rustc = []
si = []
unstable = []
vcs_info = ["dep:serde_json"]

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

[dependencies.anyhow]
version = "1.0.104"

[dependencies.bon]
version = "3.9.3"

[dependencies.serde_json]
version = "1.0.151"
optional = true

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

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

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