# 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 = "2018" name = "rpi-mh-z19c-exporter" version = "0.2.2" authors = ["Jan Gosmann "] description = "Export CO2 concentration measured with a Winsen MH-Z19C sensor on a Raspberry Pi to Prometheus." readme = "README.md" keywords = [ "CO2", "sensor", "MH-Z19C", "Raspberry", "Prometheus", ] categories = ["embedded"] license = "MIT OR Apache-2.0" repository = "https://github.com/jgosmann/rpi-mh-z19c-exporter" [dependencies.embedded-hal] version = "0.2.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.libsystemd] version = "0.6.0" [dependencies.mh-z19c] version = "0.3.0" features = ["std"] [dependencies.nb] version = "1.0.0" [dependencies.prometheus] version = "0.13.3" [dependencies.protobuf] version = "2.28.0" [dependencies.rppal] version = "0.14.1" features = ["hal"] [dependencies.tide] version = "0.16.0" [dependencies.tokio] version = "1.25.0" features = [ "macros", "rt", "sync", "time", ] [dev-dependencies.tide-testing] version = "0.1.3"