time-macros-impl 0.1.1

Procedural macros for the time crate.
Documentation
[dependencies.proc-macro-hack]
version = "0.5"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.standback]
default-features = false
version = "0.2"

[dependencies.syn]
default-features = false
features = ["proc-macro", "parsing", "printing", "derive"]
version = "1"

[lib]
proc-macro = true

[package]
authors = ["Jacob Pratt <the.z.cuber@gmail.com>"]
categories = ["date-and-time"]
description = "Procedural macros for the time crate."
edition = "2018"
keywords = ["date", "time", "calendar", "duration"]
license = "MIT OR Apache-2.0"
name = "time-macros-impl"
readme = "../README.md"
repository = "https://github.com/time-rs/time"
version = "0.1.1"