# 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 = "2021" name = "built" version = "0.7.5" authors = ["Lukas Lueg "] build = 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", "semver", ] [lib] name = "built" path = "src/lib.rs" [[test]] name = "testbox_tests" path = "tests/testbox_tests.rs" [dependencies.cargo-lock] version = "10.0" optional = true default-features = false [dependencies.chrono] version = "0.4" features = ["clock"] optional = true default-features = false [dependencies.git2] version = "0.19" features = [] optional = true default-features = false [dependencies.semver] version = "1.0" optional = true [dev-dependencies.tempfile] version = "3" [features] dependency-tree = ["cargo-lock/dependency-tree"]