[package] name = "prom-timer" 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}