# 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-proc" version = "0.0.39" authors = ["Daniel Schemmel "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Part of the build-info crate: This crate provides the proc-macros." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/danielschemmel/build-info/" [lib] name = "build_info_proc" path = "src/lib.rs" proc-macro = true [dependencies.anyhow] version = "1" [dependencies.base64] version = "0.22" [dependencies.bincode] version = "1" [dependencies.build-info-common] version = "=0.0.39" features = ["serde"] [dependencies.chrono] version = "0.4.23" features = ["std"] default-features = false [dependencies.num-bigint] version = "0.4" [dependencies.num-traits] version = "0.2" [dependencies.proc-macro-error2] version = "2.0" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.serde_json] version = "1" [dependencies.syn] version = "2" features = ["full"] [dependencies.zstd] version = "0.13" [dev-dependencies.pretty_assertions] version = "1" [features] default = [] oxford-comma = [] runtime = []