time-macros 0.2.7

Procedural macros for the time crate. This crate is an implementation detail and should not be relied upon directly.
Documentation
[package]
name = "time-macros"
version = "0.2.7"
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
edition = "2021"
rust-version = "1.62.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" }