ok-ready-go/receiver/Cargo.toml

18 lines
500 B
TOML
Raw Normal View History

2023-02-09 13:26:24 +01:00
[package]
name = "receiver"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
base64 = "0.21.0"
hex = "0.4.3"
2023-02-09 14:18:16 +01:00
paho-mqtt = { version = "0.12.0", default-features = false, features = ["bundled"] }
2023-02-09 13:26:24 +01:00
pbkdf2 = "0.11.0"
crypto_helper = {path = "../crypto_helper"}
uuid = { version = "1.3.0", features = ["serde", "v4"] }
serde = { version = "1.0", features = ["derive"] }
2023-02-09 14:18:16 +01:00
serde_json = "1.0"
enigo = "0.0.14"