# 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 = "strudel" version = "0.7.0" authors = ["Nick Pillitteri"] description = "Export DHT22 temperature and humidity sensor readings as Prometheus metrics" homepage = "https://github.com/56quarters/strudel" readme = "README.md" keywords = [ "dht22", "temperature", "hardware", "prometheus", ] license = "GPL-3.0+" repository = "https://github.com/56quarters/strudel" [lib] name = "strudel" path = "src/strudel/lib.rs" [dependencies.clap] version = "3.2.22" features = [ "cargo", "derive", "std", ] default-features = false [dependencies.prometheus-client] version = "0.18.0" [dependencies.rppal] version = "0.13.1" [dependencies.tokio] version = "1.14.0" features = ["full"] [dependencies.tracing] version = "0.1.29" [dependencies.tracing-subscriber] version = "0.3.5" [dependencies.warp] version = "0.3.2"