[package] name = "rmq" version = "0.0.0" authors = ["Richard Berry "] license = "MIT/Apache-2.0" description = "A pure Rust MQTT client" repository = "https://github.com/rjsberry/rmq" keywords = ["mqtt"] categories = ["network-programming"] include = ["Cargo.toml", "src/**/*.rs", "LICENSE-APACHE", "LICENSE-MIT"] edition = "2018" [dependencies]