# 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" rust-version = "1.70.0" name = "tasmota-mqtt-client" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust library for interacting with tasmota devices over MQTT" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/icewind1991/tasmota-mqtt-client" [lib] name = "tasmota_mqtt_client" path = "src/lib.rs" [[example]] name = "backup" path = "examples/backup.rs" [[example]] name = "discovery" path = "examples/discovery.rs" [dependencies.async-stream] version = "0.3.6" [dependencies.bytes] version = "1.8.0" [dependencies.dashmap] version = "6.1.0" [dependencies.hex] version = "0.4.3" [dependencies.md-5] version = "0.10.6" [dependencies.rumqttc] version = "0.24.0" features = ["use-rustls"] [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.thiserror] version = "1.0.65" [dependencies.tokio] version = "1.41.0" features = ["sync"] [dependencies.tokio-stream] version = "0.1.16" features = ["sync"] [dependencies.tracing] version = "0.1.40" [dev-dependencies.clap] version = "3.2.25" features = ["derive"] [dev-dependencies.hex_fmt] version = "0.3.0" [dev-dependencies.tokio] version = "1.41.0" features = [ "rt-multi-thread", "macros", ]