[package] name = "rocket_prometheus_logger" version = "0.1.0" authors = ["Teodor Voinea "] edition = "2018" description = "Log metrics from your rocket web server to prometheus 🚀" repository = "https://github.com/teovoinea/rocket_prometheus_logger" readme = "README.md" keywords = ["rocket", "prometheus", "logging", "metrics"] categories = ["profiling"] license = "MIT" [features] test = [] [dependencies] rocket = "0.4.0" lazy_static = "1.1.0" [dependencies.prometheus] version = "0.5.0" features = ["push"]