[package] name = "awtrix3" version = "0.0.2" edition = "2021" description = "Awtrix3 types and API (mqtt/http), from https://blueforcer.github.io/awtrix3/#/api" readme = "README.md" keywords = ["awtrix3", "mqtt", "http", "api"] license = "MIT" authors = ["JM Barbier "] repository = "https://dev.solidev.net/solidev/awtrix3.git" [lib] doctest = false [dependencies] rumqttc = "0.24.0" serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" thiserror = "1.0" reqwest = { version = "0.12.8", features = ["json"] } base64 = "0.22.1" log = "0.4.14" serde_repr = "0.1.19"