# 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 = "minireq" version = "0.5.0" authors = ["Ryan Summers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Lightweight support for MQTT-based request/response handling interfaces" readme = "README.md" keywords = [ "request", "embedded", "no_std", "configuration", "mqtt", ] categories = [ "no-std", "config", "embedded", "parsing", ] license = "MIT" repository = "https://github.com/quartiq/minireq" [lib] name = "minireq" path = "src/lib.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.embedded-io] version = "0.6" [dependencies.heapless] version = "0.8" features = ["serde"] [dependencies.log] version = "0.4" [dependencies.minimq] version = "0.9.0" [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.smlang] version = "0.6" [dev-dependencies.embedded-nal] version = "0.8" [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.serde-json-core] version = "0.5" [dev-dependencies.std-embedded-time] version = "0.1" [dev-dependencies.tokio] version = "1.9" features = [ "rt-multi-thread", "time", "macros", ]