[package] name = "rumq-client" version = "0.1.0-alpha.10" description = "An efficeint and robust mqtt client for your connected devices" license = "MIT" repository = "https://github.com/tekjar/rumq" authors = ["tekjar"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] tokio = { version = "0.2", features = ["io-util", "tcp", "dns", "stream", "sync", "time", "macros"] } tokio-util = { version = "0.3", features = ["codec"] } futures-util = { version = "0.3", features = ["sink"] } async-stream = "0.2" webpki = "0.21" tokio-rustls = "0.13" rumq-core = { path = "../rumq-core", version = "0.1.0-alpha.10" } log = "0.4" thiserror = "1.0.15" [dev-dependencies] pretty_env_logger = "0.4" color-backtrace = "0.3" crossbeam-channel = "0.4" serde = {version = "1", features = ["derive"]} envy = "0.4" jsonwebtoken = "7" tokio = { version = "0.2", features = ["full", "macros"] }