# 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 = "mqtt-channel" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "This crates provide a high-level API MQTT subscriptions, based on channels." readme = "README.MD" keywords = [ "mqtt", "iot", "service", "channel", "rpc", ] categories = ["network-programming"] license = "MIT" repository = "https://gitlab.com/cyloncore/mqtt-channel" [lib] name = "mqtt_channel" path = "src/lib.rs" [dependencies.async-broadcast] version = "0.7" [dependencies.bytes] version = "1" [dependencies.ciborium] version = "0.2" optional = true [dependencies.futures] version = "0.3" [dependencies.log] version = "0.4.22" [dependencies.rumqttc] version = "0.24" [dependencies.serde] version = "1" features = ["serde_derive"] optional = true [dependencies.serde_json] version = "1" optional = true [dependencies.thiserror] version = "1" [dev-dependencies.serde] version = "1" features = ["serde_derive"] [dev-dependencies.serde_json] version = "1" [features] cbor = [ "dep:ciborium", "dep:serde", ] debug = ["statistics"] default = [] json = [ "dep:serde_json", "dep:serde", ] statistics = []