metrics-macros 0.7.1

Macros for the metrics crate.
Documentation
[package]
name = "metrics-macros"
version = "0.7.1"
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
edition = "2018"
rust-version = "1.61.0"

license = "MIT"

description = "Macros for the metrics crate."
homepage = "https://github.com/metrics-rs/metrics"
repository = "https://github.com/metrics-rs/metrics"
documentation = "https://docs.rs/metrics"
readme = "README.md"

categories = ["development-tools::debugging"]
keywords = ["metrics", "facade", "macros"]

[lib]
proc-macro = true

[dependencies]
syn = { version = "2", default-features = false, features = ["derive", "full", "parsing", "printing", "proc-macro"] }
quote = { version = "1", default-features = false }
proc-macro2 = { version = "1", default-features = false, features = ["proc-macro"] }