# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g. crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "mqtt" version = "0.1.4" authors = ["Flier Lu "] description = "MQTT protocol v3 implementation" homepage = "https://github.com/flier/rust-mqtt" documentation = "https://docs.rs/mqtt" keywords = ["MQTT", "IoT", "messaging"] license = "MIT/Apache-2.0" repository = "https://github.com/flier/rust-mqtt.git" [lib] name = "mqtt" [[example]] name = "echo_server" path = "examples/echo_server.rs" test = false [[example]] name = "echo_client" path = "examples/echo_client.rs" test = false [dependencies.byteorder] version = "^1.1" [dependencies.log] version = "^0.3" [dependencies.nom] version = "^3.0" [dependencies.bitflags] version = "^1.0" [dependencies.slab] version = "^0.3" [dependencies.error-chain] version = "^0.11" [dependencies.bytes] version = "0.4" [dependencies.rand] version = "^0.3" [dependencies.rotor] version = "^0.6" [dev-dependencies.env_logger] version = "^0.4" [dev-dependencies.mio] version = "^0.6" [dev-dependencies.clap] version = "^2"