# 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 = "2018" name = "mqttrust_core" version = "0.6.0" authors = ["Mathias Koch "] description = "MQTT Client " documentation = "https://docs.rs/mqttrust_core" readme = "README.md" keywords = [ "mqtt", "no-std", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/BlackbirdHQ/mqttrust" [lib] name = "mqttrust_core" [[example]] name = "echo" required-features = ["log"] [[example]] name = "aws_device_advisor" required-features = ["log"] [dependencies.bbqueue] version = "0.5" [dependencies.defmt] version = "^0.3" optional = true [dependencies.embedded-nal] version = "0.6.0" [dependencies.fugit] version = "0.3" [dependencies.fugit-timer] version = "0.1.2" [dependencies.heapless] version = "^0.7" features = [ "serde", "x86-sync-pool", ] [dependencies.log] version = "^0.4" optional = true default-features = false [dependencies.mqttrust] version = "^0.6.0" [dependencies.nb] version = "^1" [dev-dependencies.dns-lookup] version = "1.0.3" [dev-dependencies.embedded-hal] version = "=1.0.0-alpha.8" [dev-dependencies.env_logger] version = "0.9.0" [dev-dependencies.native-tls] version = "^0.2" [features] default = [] defmt-impl = [ "defmt", "mqttrust/defmt-impl", "heapless/defmt-impl", "fugit/defmt", ] std = [] [badges.maintenance] status = "actively-developed"