[package] name = "metrics-recorder-prometheus" version = "0.2.3" authors = ["Toby Lawrence "] edition = "2018" license = "MIT" description = "metric recorder for Prometheus exposition output" homepage = "https://github.com/metrics-rs/metrics" repository = "https://github.com/metrics-rs/metrics-recorder-prometheus" documentation = "https://docs.rs/metrics-recorder-prometheus" [dependencies] metrics-core = { path = "../metrics-core", version = "^0.4" } metrics-util = { path = "../metrics-util", version = "^0.2" } hdrhistogram = "^6.1"