# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "telemq" version = "0.2.0" description = "Experimental MQTT broker" homepage = "http://telemq.com" keywords = [ "iot", "MQTT", ] license = "MIT/Apache-2.0" repository = "https://github.com/telemq/telemq.git" [dependencies.bytes] version = "1.0" [dependencies.clap] version = "3.0.0-beta.8" [dependencies.futures] version = "0.3.0" features = ["thread-pool"] [dependencies.ipnet] version = "^2.0.0" [dependencies.log] version = "0.4" [dependencies.log4rs] version = "1.0" features = [ "console_appender", "file_appender", ] [dependencies.mqtt-packets] version = "0.1.0" features = ["v_3_1_1"] [dependencies.num_cpus] version = "1.13.0" [dependencies.regex] version = "1.4" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.rust-crypto] version = "0.2.36" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1.0.74" [dependencies.signal-hook] version = "0.3" [dependencies.signal-hook-tokio] version = "0.3.0" features = ["futures-v0_3"] [dependencies.telemq_authenticator_http] version = "0.1" [dependencies.telemq_plugin_types] version = "0.1" features = ["authenticator"] [dependencies.tokio] version = "1.4" features = [ "full", "sync", "time", ] [dependencies.tokio-rustls] version = "=0.22.0" [dependencies.tokio-stream] version = "0.1.5" [dependencies.tokio-util] version = "0.6.5" features = ["codec"] [dependencies.toml] version = "0.5" [dependencies.warp] version = "0.3" features = ["tls"] [dev-dependencies.maplit] version = "1"