[package] name = "time-macros" version = "0.2.8" authors = ["Jacob Pratt ", "Time contributors"] edition = "2021" rust-version = "1.63.0" repository = "https://github.com/time-rs/time" keywords = ["date", "time", "calendar", "duration"] categories = ["date-and-time"] license = "MIT OR Apache-2.0" description = """ Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly. """ [features] formatting = [] large-dates = [] parsing = [] serde = [] [lib] proc-macro = true [dependencies] time-core = { version = "=0.1.0", path = "../time-core" }