[dependencies.chrono]
default-features = false
features = ["clock"]
version = "0.4.20"
[dependencies.once_cell]
version = "1.17"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["parsing"]
version = "2.0"
[lib]
proc-macro = true
[package]
authors = ["AlephAlpha <alephalpha911@gmail.com>"]
categories = ["date-and-time", "development-tools", "rust-patterns"]
description = "Simple proc-macros to generate build timestamp string literals."
edition = "2018"
homepage = "https://github.com/AlephAlpha/build-time"
keywords = ["build", "proc_macro", "timestamp", "tool"]
license = "MIT"
name = "build-time"
readme = "README.md"
repository = "https://github.com/AlephAlpha/build-time"
version = "0.1.3"