built 0.8.1

Provides a crate with information from the time it was built.
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.87"
name = "built"
version = "0.8.1"
authors = ["Lukas Lueg <lukas.lueg@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Provides a crate with information from the time it was built."
documentation = "https://docs.rs/built"
readme = "README.md"
keywords = [
    "cargo",
    "build",
]
license = "MIT"
repository = "https://github.com/lukaslueg/built"

[package.metadata.docs.rs]
features = [
    "cargo-lock",
    "chrono",
    "dependency-tree",
    "git2",
    "gix",
    "semver",
]

[features]
dependency-tree = ["cargo-lock/dependency-tree"]

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

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

[dependencies.cargo-lock]
version = "11.0"
optional = true
default-features = false

[dependencies.chrono]
version = "0.4"
features = ["clock"]
optional = true
default-features = false

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

[dependencies.gix]
version = "0.83"
features = [
    "sha1",
    "revision",
    "status",
    "max-performance-safe",
]
optional = true
default-features = false

[dependencies.semver]
version = "1.0"
optional = true

[dev-dependencies.tempfile]
version = "3"