mirror of
https://codeberg.org/icewind/taspromto.git
synced 2026-06-03 08:34:21 +02:00
27 lines
732 B
TOML
27 lines
732 B
TOML
[package]
|
|
name = "taspromto"
|
|
version = "0.2.0"
|
|
authors = ["Robin Appelman <robin@icewind.nl>"]
|
|
edition = "2024"
|
|
rust-version = "1.85.0"
|
|
|
|
[dependencies]
|
|
rumqttc = "0.25.1"
|
|
tokio = { version = "1.50.0", features = ["macros", "rt-multi-thread", "signal"] }
|
|
dashmap = "6.1.0"
|
|
jzon = "0.12.5"
|
|
warp = { version = "0.4.2", features = ["server"] }
|
|
dotenvy = "0.15.7"
|
|
ctrlc = { version = "3.5.2", features = ["termination"] }
|
|
color-eyre = "0.6.5"
|
|
async-stream = "0.3.6"
|
|
pin-utils = "0.1.0"
|
|
hostname = "0.4.2"
|
|
tokio-stream = { version = "0.1.18", features = ["net"] }
|
|
serde = { version = "1.0.228", features = ["derive"] }
|
|
secretfile = "0.1.1"
|
|
toml = "1.1.0"
|
|
clap = { version = "4.5.61", features = ["derive"] }
|
|
|
|
[profile.release]
|
|
lto = true
|