-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathCargo.toml
34 lines (30 loc) · 927 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[package]
name = "teams_status"
version = "1.0.2"
edition = "2021"
[package.metadata.winres]
ProductName = "Teams Status"
ProductVersion = "1.0.2"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
# temporary until the following crate is updated with the new fixes
home-assistant-rest = { path = "./../home-assistant-rest" }
log = "0.4.25"
tokio-tungstenite = "0.26.1"
json = "0.12.4"
tokio = { version = "1.43.0", features = ["full"] }
tray-item = "0.10.0"
futures-util = "0.3.31"
log4rs = "1.3.0"
rust-ini = "0.21.0"
magic-crypt = "4.0.1"
rumqttc = "0.24.0"
serde_json = "1.0.137"
async-trait = "0.1.85"
anyhow = "1.0.95"
log-panics = { version = "2.1.0", features = ["with-backtrace"] }
url = "2.5.4"
# regex = "1.10.3" # for teams_log
# notify = { version = "6.1.1" } # for teams_log
[build-dependencies]
winres = "0.1.12"