metrics/metrics-observer-prometheus/Cargo.toml

19 lines
548 B
TOML
Raw Normal View History

[package]
2019-07-17 06:06:45 -07:00
name = "metrics-observer-prometheus"
version = "0.2.2"
authors = ["Toby Lawrence <toby@nuclearfurnace.com>"]
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"
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"