ruo 0.1.2

MQTT client library for Rust
Documentation
[dependencies.byteorder]
version = "1.4.3"

[dependencies.codec]
package = "hebo_codec"
version = "0.1.4"

[dependencies.env_logger]
version = "0.9.0"

[dependencies.futures]
version = "0.3.21"

[dependencies.futures-util]
version = "0.3.21"

[dependencies.log]
version = "0.4.17"

[dependencies.quinn]
version = "0.8.2"

[dependencies.rustls-pemfile]
version = "1.0.0"

[dependencies.tokio]
features = ["full"]
version = "1.18.2"

[dependencies.tokio-rustls]
version = "0.23.4"

[dependencies.tokio-tungstenite]
features = ["rustls-tls-webpki-roots"]
version = "0.17.1"

[dependencies.tungstenite]
optional = true
version = "0.17.2"

[dependencies.webpki-roots]
version = "0.22.3"

[features]
blocking = ["tungstenite"]
default = ["blocking"]

[package]
authors = ["Xu Shaohua <shaohua@biofan.org>"]
categories = ["concurrency", "network-programming"]
description = "MQTT client library for Rust"
edition = "2021"
homepage = "https://github.com/HeboProject/hebo/tree/main/ruo"
keywords = ["codec", "hebo", "mqtt", "qos", "ruo"]
license = "Apache-2.0"
name = "ruo"
publish = true
readme = "./README.md"
repository = "https://github.com/HeboProject/hebo"
version = "0.1.2"