# 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 = "modio-mqttd" version = "0.1.1" authors = ["D.S. Ljungmark "] description = "Modio on-device MQTT broker" readme = "README.md" keywords = [ "modio", "mqtt", ] categories = ["network-service"] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/ModioAB/modio-mqttd/" [profile.release] opt-level = "z" lto = true panic = "abort" [dependencies.argh] version = "~0.1.5" [dependencies.confy] version = "~0.4.0" [dependencies.env_logger] version = "~0.9" features = ["atty"] default-features = false [dependencies.log] version = "0.4" [dependencies.rumqttd] version = "~0.9.0" default-features = false