# 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 = "2021" name = "modio-mqttbridge" version = "0.6.1" authors = ["D.S. Ljungmark "] description = "Modio on-device MQTT bridge" readme = "README.md" keywords = [ "modio", "mqtt", ] categories = ["command-line-utilities"] license = "AGPL-3.0-or-later" repository = "https://gitlab.com/ModioAB/modio-mqtt/" [profile.release] opt-level = "z" lto = true panic = "abort" [dependencies.argh] version = "~0.1.5" [dependencies.async-io] version = "1.6.0" [dependencies.configparser] version = "3.0" [dependencies.env_logger] version = "~0.9" features = [ "atty", "humantime", "termcolor", ] default-features = false [dependencies.fsipc] version = "~0.9.1" [dependencies.futures-util] version = "0.3" [dependencies.log] version = "0.4" [dependencies.radix_trie] version = "0.2.1" [dependencies.rumqttc] version = "~0.17.0" features = ["use-rustls"] default-features = false [dependencies.serde] version = "~1.0.127" [dependencies.serde_json] version = "~1.0.66" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.14" features = [ "net", "time", "rt", "fs", "sync", "rt-multi-thread", ] [dependencies.uuid] version = "1.1" features = ["serde"] [dependencies.zbus] version = "3.0" [dev-dependencies.bytes] version = "1"