# 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" rust-version = "1.75.0" name = "build-info-build" version = "0.0.39" authors = ["Daniel Schemmel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides the data consumed by the build-info crate. Use as a build-dependency." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/danielschemmel/build-info/" [lib] name = "build_info_build" path = "src/lib.rs" [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.22" [dependencies.bincode] version = "1" [dependencies.build-info-common] version = "=0.0.39" features = ["serde"] [dependencies.cargo_metadata] version = "0.18" [dependencies.chrono] version = "0.4.23" features = ["clock"] default-features = false [dependencies.git2] version = "0.19.0" optional = true default-features = false [dependencies.glob] version = "0.3" [dependencies.pretty_assertions] version = "1" [dependencies.rustc_version] version = "0.4" [dependencies.serde_json] version = "1" [dependencies.zstd] version = "0.13" [features] default = ["git"] git = ["git2"]