[package]
edition = "2024"
name = "btcnode-metrics"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Gathers Bitcoin node metrics and transforms to Prometheus format."
homepage = "https://github.com/AltaModaTech/btcnode-prom-metrics"
readme = "README.md"
keywords = [
"bitcoin",
"prometheus",
"metrics",
]
license-file = "LICENSE"
repository = "https://github.com/AltaModaTech/btcnode-prom-metrics"
[lib]
name = "btcnode_metrics"
path = "src/lib.rs"
[dependencies.corepc-client]
version = "0.10"
features = ["client-sync"]
[dependencies.prometheus]
version = "0.14"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.thiserror]
version = "2"
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1"