# 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] edition = "2018" name = "mqttest" version = "0.2.0" authors = ["Vincent de Phily "] description = "An MQTT server designed for unittesting MQTT clients." homepage = "https://github.com/vincentdephily/mqttest" readme = "README.md" keywords = ["mqtt", "server", "test", "unittest"] categories = ["development-tools.categories.testing", "network-programming"] license = "Apache-2.0" repository = "https://github.com/vincentdephily/mqttest" [[bin]] name = "mqttest" required-features = ["cli"] [dependencies.bytes] version = "0.5.3" [dependencies.env_logger] version = "0.7.0" optional = true [dependencies.futures] version = "0.3.1" [dependencies.log] version = "0.4.7" [dependencies.mqttrs] version = "0.3.0" [dependencies.rand] version = "0.7.2" [dependencies.serde] version = "1.0.99" features = ["derive"] [dependencies.serde_json] version = "1.0.40" [dependencies.structopt] version = "0.3.1" optional = true [dependencies.time] version = "0.2.1" [dependencies.tokio] version = "0.2.6" features = ["io-util", "macros", "net", "rt-threaded", "sync", "stream", "time"] [dependencies.tokio-util] version = "0.3.1" features = ["codec"] [dev-dependencies.env_logger] version = "0.7.0" [features] cli = ["structopt", "env_logger"] default = ["cli"]