# 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 = "hvac_iot" version = "0.1.6" description = "Send MQTT HVAC-iot metrics to InfluxDB" readme = "README.md" license = "Apache-2.0" [dependencies.anyhow] version = "1.0.79" [dependencies.bytes] version = "1.5.0" features = ["serde"] [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.16" features = [ "derive", "env", ] [dependencies.influxdb] version = "0.7.1" features = ["derive"] [dependencies.rumqttc] version = "0.23.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.35.1" features = ["full"] [dependencies.toml] version = "0.8.8" [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = [ "fmt", "json", ] [dependencies.url] version = "2.5.0"