ntex-mqtt 0.8.0-b.2

Client and Server framework for MQTT v5 and v3.1.1 protocols
Documentation
[package]
name = "ntex-mqtt"
version = "0.8.0-b.2"
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.5.0-b.3", 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"
ntex-tls = "0.1.0-b.3"
rustls = "0.20"
rustls-pemfile = "0.2"
openssl = "0.10"

ntex = { version = "0.5.0-b.3", features = ["rustls", "openssl"] }