# 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-common" version = "0.0.39" authors = ["Daniel Schemmel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Part of the build-info and build-info-build crates: This crate provides the types that are serialized by build-info-build and used by build-info." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/danielschemmel/build-info/" [lib] name = "build_info_common" path = "src/lib.rs" [dependencies.chrono] version = "0.4.23" default-features = false [dependencies.derive_more] version = "1" features = ["display"] default-features = false [dependencies.semver] version = "1" [dependencies.serde] version = "1" features = ["derive"] optional = true [features] default = [] serde = [ "dep:serde", "semver/serde", "chrono/serde", ]