time-macros 0.2.12

Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly.
Documentation
[dependencies.time-core]
version = "=0.1.1"

[features]
formatting = []
large-dates = []
parsing = []
serde = []

[lib]
proc-macro = true

[package]
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
categories = ["date-and-time"]
description = "    Procedural macros for the time crate.\n    This crate is an implementation detail and should not be relied upon directly.\n"
edition = "2021"
keywords = ["date", "time", "calendar", "duration"]
license = "MIT OR Apache-2.0"
name = "time-macros"
repository = "https://github.com/time-rs/time"
rust-version = "1.67.0"
version = "0.2.12"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]