# 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" version = "0.0.39" authors = ["Daniel Schemmel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Collects build-information of your Rust crate." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/danielschemmel/build-info/" [lib] name = "build_info" path = "src/lib.rs" [dependencies.bincode] version = "1" optional = true [dependencies.build-info-common] version = "=0.0.39" features = ["serde"] optional = true [dependencies.build-info-proc] version = "=0.0.39" [features] default = ["runtime"] oxford-comma = ["build-info-proc/oxford-comma"] runtime = [ "dep:build-info-common", "dep:bincode", "build-info-proc/runtime", ]