[dependencies.anyhow]
features = ["backtrace"]
version = "1.0.71"
[dependencies.axum]
version = "0.6.18"
[dependencies.fedimint-core]
version = "0.2.1-rc2"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.prometheus]
version = "0.13.3"
[dependencies.tokio]
version = "1"
[dependencies.tracing]
version = "0.1.37"
[lib]
name = "fedimint_metrics"
path = "./src/lib.rs"
[package]
description = "fedimint-metrics allows exporting prometheus metrics from Fedimint."
edition = "2021"
license = "MIT"
name = "fedimint-metrics"
readme = "README.md"
repository = "https://github.com/fedimint/fedimint"
version = "0.2.1-rc2"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]