logging_timer_proc_macros 1.0.0

Proc-macro implementation for the logging_timer crate
Documentation
[dependencies.log]
version = "0.4"

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

[dependencies.quote]
version = "0.6"

[dependencies.syn]
features = ["full"]
version = "0.15.42"

[lib]
proc-macro = true

[package]
authors = ["Philip Daniels <Philip.Daniels1971@gmail.com>"]
categories = ["development-tools::debugging"]
description = "Proc-macro implementation for the logging_timer crate"
documentation = "https://docs.rs/logging_timer/"
edition = "2018"
keywords = ["logging", "log", "timer", "execution", "speed"]
license = "MIT"
name = "logging_timer_proc_macros"
readme = "README.md"
repository = "https://github.com/PhilipDaniels/logging_timer"
version = "1.0.0"