awtrix3 0.0.3

Awtrix3 types and API (mqtt/http), from https://blueforcer.github.io/awtrix3/#/api
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "awtrix3"
version = "0.0.3"
authors = ["JM Barbier <jm.barbier@solidev.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Awtrix3 types and API (mqtt/http), from https://blueforcer.github.io/awtrix3/#/api"
readme = "README.md"
keywords = [
    "awtrix3",
    "mqtt",
    "http",
    "api",
]
license = "MIT"
repository = "https://dev.solidev.net/solidev/awtrix3.git"

[lib]
name = "awtrix3"
path = "src/lib.rs"
doctest = false

[dependencies.base64]
version = "0.22.1"

[dependencies.log]
version = "0.4.29"

[dependencies.reqwest]
version = "0.13.3"
features = ["json"]

[dependencies.rumqttc]
version = "0.25.1"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_repr]
version = "0.1.20"

[dependencies.thiserror]
version = "2.0.18"