2023-11-22 22:28:03 +00:00
|
|
|
[package]
|
|
|
|
name = "emgauwa-controller"
|
|
|
|
version = "0.5.0"
|
|
|
|
edition = "2021"
|
|
|
|
authors = ["Tobias Reisinger <tobias@msrg.cc>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2024-04-30 06:44:33 +00:00
|
|
|
emgauwa-common = { path = "../emgauwa-common" }
|
2023-11-22 22:28:03 +00:00
|
|
|
|
2023-12-07 00:32:20 +00:00
|
|
|
actix = "0.13"
|
|
|
|
|
2023-11-23 15:00:24 +00:00
|
|
|
tokio = { version = "1.34", features = ["io-std", "macros", "rt-multi-thread"] }
|
2024-03-28 00:23:49 +00:00
|
|
|
tokio-tungstenite = "0.21"
|
2023-11-22 22:28:03 +00:00
|
|
|
|
2024-03-28 00:23:49 +00:00
|
|
|
simple_logger = "4.3"
|
2023-11-22 22:28:03 +00:00
|
|
|
log = "0.4"
|
|
|
|
|
|
|
|
chrono = { version = "0.4", features = ["serde"] }
|
|
|
|
uuid = { version = "1.5", features = ["serde", "v4"] }
|
|
|
|
|
|
|
|
serde = "1.0"
|
|
|
|
serde_json = "1.0"
|
|
|
|
serde_derive = "1.0"
|
|
|
|
|
2023-11-28 19:20:12 +00:00
|
|
|
sqlx = { version = "0.7", features = ["sqlite", "runtime-tokio", "macros", "chrono"] }
|
2023-11-24 23:39:44 +00:00
|
|
|
|
2023-11-23 15:00:24 +00:00
|
|
|
futures = "0.3"
|
2024-04-24 23:26:53 +00:00
|
|
|
futures-channel = "0.3"
|
2024-04-27 23:13:22 +00:00
|
|
|
|
|
|
|
rppal = "0.17"
|
|
|
|
rppal-pfd = "0.0.5"
|
|
|
|
rppal-mcp23s17 = "0.0.3"
|