[dependencies.anyhow]
features = ["backtrace"]
version = "1.0.86"
[dependencies.axum]
version = "0.7.5"
[dependencies.fedimint-core]
version = "=0.4.3"
[dependencies.once_cell]
version = "1.19.0"
[dependencies.prometheus]
version = "0.13.4"
[dependencies.tokio]
version = "1"
[dependencies.tracing]
version = "0.1.40"
[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.4.3"
[package.metadata.docs.rs]
rustc-args = ["--cfg", "tokio_unstable"]