# 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 = "drmem-drv-weather-wu" version = "0.4.1" authors = ["Rich Neswold "] description = "DrMem driver which gets Weather Underground data" homepage = "https://github.com/DrMemCS/drmem" readme = "README.md" keywords = [ "control-system", "automation", ] categories = ["embedded"] license = "MIT" repository = "https://github.com/DrMemCS/drmem" [lib] doctest = false [dependencies.drmem-api] version = "0.4" [dependencies.reqwest] version = "0.11" default-features = false [dependencies.tokio] version = "1" features = [ "net", "io-util", ] default-features = false [dependencies.toml] version = "0.8" default-features = false [dependencies.tracing] version = "0.1" features = ["std"] [dependencies.tracing-futures] version = "0.2" default-features = false [dependencies.tracing-subscriber] version = "0.3" default-features = false [dependencies.weather-underground] version = "0.1"