# 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 = "miniconf_mqtt" version = "0.18.0" authors = [ "James Irwin ", "Ryan Summers ", "Robert Jördens ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "MQTT interface for `miniconf`, using `minimq`" readme = "README.md" keywords = [ "settings", "serde", "no_std", "json", "mqtt", ] categories = [ "no-std", "config", "rust-patterns", "parsing", ] license = "MIT" repository = "https://github.com/quartiq/miniconf" [lib] name = "miniconf_mqtt" path = "src/lib.rs" [[example]] name = "mqtt" path = "examples/mqtt.rs" [dependencies.embedded-io] version = "0.6" [dependencies.heapless] version = "0.8" [dependencies.log] version = "0.4" [dependencies.miniconf] version = "0.18.0" features = ["json-core"] default-features = false [dependencies.minimq] version = "0.9.0" [dependencies.serde-json-core] version = "0.6.0" [dependencies.smlang] version = "0.8" [dependencies.strum] version = "0.26.3" features = ["derive"] default-features = false [dev-dependencies.env_logger] version = "0.11" [dev-dependencies.heapless] version = "0.8" features = ["serde"] [dev-dependencies.machine] version = "0.3" [dev-dependencies.serde] version = "1" [dev-dependencies.std-embedded-nal] version = "0.3" [dev-dependencies.std-embedded-time] version = "0.1" [dev-dependencies.tokio] version = "1.9" features = [ "rt-multi-thread", "time", "macros", ]