# 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 = "2021" name = "awtrix3" version = "0.0.2" authors = ["JM Barbier "] build = 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.14" [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.rumqttc] version = "0.24.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_repr] version = "0.1.19" [dependencies.thiserror] version = "1.0"