# 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 = "minimq" version = "0.9.0" authors = [ "Ryan Summers ", "Max Rottenkolber ", ] description = "A minimal MQTT5 client designed for no_std platforms" homepage = "https://github.com/quartiq/minimq" documentation = "https://docs.rs/minimq" readme = "README.md" keywords = [ "mqtt", "embedded", "client", ] categories = [ "embedded", "no-std", "database", "encoding", ] license = "MIT" repository = "https://github.com/quartiq/minimq" [dependencies.bit_field] version = "0.10.0" [dependencies.embedded-nal] version = "0.8" [dependencies.embedded-time] version = "0.12" [dependencies.heapless] version = "0.7" features = ["serde"] [dependencies.log] version = "0.4" optional = true [dependencies.num_enum] version = "0.7" default-features = false [dependencies.serde] version = "1" features = ["derive"] default-features = false [dependencies.smlang] version = "0.6.0" [dependencies.varint-rs] version = "2.2" default-features = false [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.log] version = "0.4" [dev-dependencies.std-embedded-time] version = "0.1" [features] default = [] logging = ["log"] unsecure = []