# 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 = "sen0177" version = "0.6.0" authors = ["Brian J. Tarricone "] description = "Read air quality data from the SEN0177 and PMSA003I sensors" homepage = "https://github.com/kelnos/sen0177-rs" readme = "README.md" keywords = [ "air-quality", "embedded-hal", "sensor", "sen0177", "pmsa003i", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "Apache-2.0" repository = "https://github.com/kelnos/sen0177-rs" [package.metadata.docs.rs] all-features = true [dependencies.embedded-hal] version = "1" [dependencies.embedded-hal-nb] version = "1" [dev-dependencies.anyhow] version = "1" [dev-dependencies.serial] version = "0.4" [features] default = [] std = []