2024-02-11 11:54:02 +01:00
|
|
|
[package]
|
|
|
|
name = "spacermake"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
# paho-mqtt = { version = "0.12.3", default-features=false, features = ["bundled"] }
|
|
|
|
tokio = { version = "1.35.1", features = ["rt-multi-thread", "fs", "sync"] }
|
|
|
|
rumqttc = "0.23.0"
|
|
|
|
json = "0.12.4"
|
|
|
|
boolinator = "2.4.0"
|
|
|
|
itertools = "0.12.1"
|
|
|
|
csv = "1.3.0"
|
|
|
|
chrono = "0.4.33"
|
|
|
|
serde = { version = "1.0.196", features = ["derive"] }
|
|
|
|
tap = "1.0.1"
|
|
|
|
lazy_static = "1.4.0"
|
|
|
|
toml = "0.8.10"
|
|
|
|
futures = "0.3.30"
|
2024-02-13 17:27:31 +01:00
|
|
|
colour = "0.7.0"
|