# 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 = "mh-z19c" version = "0.3.0" authors = ["Jan Gosmann "] description = "Pure rust implementation to read out the Winsen MH-Z19C CO2 sensor." readme = "README.md" keywords = [ "CO2", "sensor", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/jgosmann/mh-z19c" [dependencies.embedded-hal] version = "0.2.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.nb] version = "1.0.0" [dev-dependencies] [features] std = []