[package] name = "xmpp-blackbox-exporter" version = "0.1.0" edition = "2021" [dependencies] anyhow = "1.0.98" axum = "0.8.4" hickory-client = "0.25.2" regex = "1.11.1" serde = { version = "1.0.219", features = ["derive"] } tokio = { version = "1.45.1", features = ["io-util", "rt-multi-thread"] }