ntex-mqtt 0.7.7

Client and Server framework for MQTT v5 and v3.1.1 protocols
Documentation
[package]
name = "ntex-mqtt"
version = "0.7.7"
authors = ["ntex contributors <team@ntex.rs>"]
description = "Client and Server framework for MQTT v5 and v3.1.1 protocols"
documentation = "https://docs.rs/ntex-mqtt"
repository = "https://github.com/ntex-rs/ntex-mqtt.git"
categories = ["network-programming"]
keywords = ["MQTT", "IoT", "messaging"]
license = "MIT"
exclude = [".gitignore", ".travis.yml", ".cargo/config"]
edition = "2018"

[dependencies]
ntex = { version = "0.4.11", default-features = false }
bitflags = "1.3"
derive_more = "0.99"
log = "0.4"
serde = "1.0"
serde_json = "1.0"
pin-project-lite = "0.2"

[dev-dependencies]
env_logger = "0.9"
futures = "0.3"
rustls = "0.20"
rustls-pemfile = "0.2"
tokio-rustls = "0.23"
openssl = "0.10"
tokio-openssl = "0.6"

ntex = { version = "0.4", features = ["rustls", "openssl"] }