rust-mqtt 0.5.1

MQTT client for embedded and non-embedded environments
Documentation
1
2
3
4
5
6
7
8
9
10
11
[toolchain]
channel = "1.92"
profile = "default"
targets = [
  "thumbv7em-none-eabi",
  "thumbv7m-none-eabi",
  "thumbv6m-none-eabi",
  "thumbv7em-none-eabihf",
  "thumbv8m.main-none-eabihf",
  "wasm32-unknown-unknown",
]