[package] name = "rqtt" version = "0.1.0" authors = ["Ethan Spurlock "] edition = "2018" description = "An MQTT server written with focus on async, zero-copy, and safety" license = "MIT" keywords = ["MQTT", "Server", "Broker"] repository = "https://github.com/vectorizer-labs/rqtt" [dependencies] cargo-edit = "0.3.3" packattack = "0.1.0" mqtt_5 = "0.1.1" bitreader_async = "0.2.0" [dependencies.async-std] version = "1.2.0" features = ["attributes"] [lib] name = "rqtt" path = "src/lib.rs" [[bin]] name = "rqtt-cli" path = "src/bin.rs"