vergen-git2 10.0.0-beta.7

Generate 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the 'env!' macro
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.91.1"
name = "vergen-git2"
version = "10.0.0-beta.7"
authors = ["Jason Ozias <jason.g.ozias@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate 'cargo:rustc-env' instructions via 'build.rs' for use in your code via the 'env!' macro"
homepage = "https://github.com/rustyhorde/vergen"
documentation = "https://docs.rs/vergen"
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 = [
    "build",
    "cargo",
    "cargo_metadata",
    "emit_and_set",
    "rustc",
    "si",
    "unstable",
]

[[package.metadata.cargo-matrix.channel]]
name = "nightly"
always_deny = [
    "build",
    "cargo",
    "cargo_metadata",
    "emit_and_set",
    "rustc",
    "si",
]
always_include = ["unstable"]

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

[features]
allow_remote = []
build = ["vergen/build"]
cargo = ["vergen/cargo"]
cargo_metadata = ["vergen/cargo_metadata"]
default = []
emit_and_set = ["vergen-lib/emit_and_set"]
rustc = ["vergen/rustc"]
si = ["vergen/si"]
unstable = [
    "vergen/unstable",
    "vergen-lib/unstable",
]

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

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.bon]
version = "3.9.1"

[dependencies.git2-rs]
version = "0.20.4"
default-features = false
package = "git2"

[dependencies.time]
version = "0.3.47"
features = [
    "formatting",
    "local-offset",
    "parsing",
]

[dependencies.vergen]
version = "10.0.0-beta.7"
default-features = false

[dependencies.vergen-lib]
version = "10.0.0-beta.7"
features = ["git"]

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

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

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

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