mirror of
https://codeberg.org/icewind/mitemp-prometheus.git
synced 2026-06-03 09:04:13 +02:00
23 lines
719 B
TOML
23 lines
719 B
TOML
[package]
|
|
name = "mitemp-prometheus"
|
|
version = "0.3.0"
|
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
|
edition = "2021"
|
|
description = "Expose Xiaomi MI Temperature and Humidity Sensor to prometheus"
|
|
license = "MIT/Apache-2.0"
|
|
rust-version = "1.82.0"
|
|
|
|
[dependencies]
|
|
dotenvy = "0.15.7"
|
|
main_error = "0.1.2"
|
|
tokio = { version = "1.45.1", features = ["macros", "rt-multi-thread"] }
|
|
warp = "0.3.7"
|
|
mitemp = "0.4.0"
|
|
tokio-stream = { version = "0.1.17", features = ["net"] }
|
|
btleplug = { version = "0.11.8", features = ["serde"] }
|
|
tracing = "0.1.41"
|
|
tracing-subscriber = "0.3.19"
|
|
serde = { version = "1.0.219", features = ["derive"] }
|
|
toml = "0.8.22"
|
|
secretfile = "0.1.1"
|
|
clap = { version = "4.5.39", features = ["derive"] }
|