ruo 0.1.2

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

[dependencies.byteorder]
version = "1.4.3"

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

[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]
version = "1.18.2"
features = ["full"]

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

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

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

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

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