[package] name = "prom-timer-macro" version = "0.1.1" categories = ["development-tools::profiling"] authors = ["Neo Genie "] description = "RAII Prometheus Timer for monitoring & tracing" edition = "2021" homepage = "https://github.com/neogenie/prom-timer" keywords = ["prometheus"] license = "MIT" readme = "README.md" repository = "https://github.com/neogenie/prom-timer" [dependencies] prometheus = { version = ">= 0.4, <= 0.13", default-features = false} syn = {version="1.0.57",features=["full","fold"]} quote = "1.0.8" prom-timer = { path = "../prom-timer", version = "0.1.1" } [dev-dependencies] lazy_static = "1.4.0" [lib] proc-macro = true