[package] name = "metrics-macros" version = "0.1.0-alpha.5" authors = ["Toby Lawrence "] edition = "2018" 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 = "1.0" quote = "1.0" proc-macro2 = "1.0" proc-macro-hack = "0.5" lazy_static = "1.4" regex = "1.3" [dev-dependencies] syn = { version = "1.0", features = ["full"] }