# 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 = "mics-vz-89te" version = "0.2.1" authors = [ "Alexander Hübener ", "Andreas Lautner ", ] description = "MICS-VZ-89TE driver implementation" readme = "README.md" keywords = [ "embedded", "mics-vz-89te", "iot", "embedded-hal-driver", "co2-voc", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/teamplayer3/mics-vz-89te.git" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.embedded-hal] version = "0.2.7" [dependencies.time] version = "0.3.9" optional = true [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.embedded-hal-mock] version = "0.8.0" [features] std = [] time = ["dep:time"] unproven = []