micro-timer-macros 0.4.0

Macros for the micro-timer crate
Documentation
[package]
name = "micro-timer-macros"
description = "Macros for the micro-timer crate"
license-file = "LICENCE"
readme = "README.md"
version = "0.2.0"
authors = ["Raphaël Gomès <rgomes@octobus.net>"]
edition = "2018"
homepage = "https://heptapod.octobus.net/Alphare/micro-timer"
repository = "https://heptapod.octobus.net/Alphare/micro-timer"

[lib]
proc-macro = true

[dependencies]
syn = {version = "1.0.16", features = ["full", "extra-traits"]}
quote = "1.0.2"
proc-macro2 = "1.0.9"
scopeguard = "1.1.0"

[dev-dependencies]
log = "0.4.8"
pretty_assertions = "0.6.1"