alert2muc/Cargo.toml

21 lines
544 B
TOML

[package]
name = "alert2muc"
description = "Send Prometheus alerts to XMPP Multi-User Chatrooms"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
futures = "0.3"
tokio = { version = "1", features = ["full"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
tokio-xmpp = "3"
xmpp-parsers = "0.19"
axum = "0.6"
systemd = "0.10"
askama = "0.11"