# 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 = "ecowitt-mqtt" version = "0.4.0" authors = ["Todd Kennedy "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Update Homeassistant with data from your Ecowitt device" homepage = "https://git.sr.ht/~toddself/ecowitt-mqtt" readme = "README.md" keywords = [ "mqtt", "homeassistant", "ecowitt", "weather", "automation", ] license = "AGPL-3.0" repository = "https://git.sr.ht/~toddself/ecowitt-mqtt" [profile.release] opt-level = 2 lto = "thin" strip = true [[bin]] name = "ecowitt-mqtt" path = "src/main.rs" [dependencies.color-eyre] version = "0.6.3" [dependencies.log] version = "0.4.22" [dependencies.phf] version = "0.11.2" features = [ "macros", "phf_macros", ] [dependencies.reqwest] version = "0.12.5" [dependencies.rumqttc] version = "0.24.0" [dependencies.serde] version = "1.0.205" features = ["derive"] [dependencies.serde_json] version = "1.0.122" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.2" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-error] version = "0.2.0" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.url] version = "2.5.2"