# 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 = "pmsa003i" version = "0.1.9" authors = ["Brian Bustin"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Plantower PMSA003I Driver for Embedded HAL" readme = "README.md" keywords = [ "driver", "embedded-hal-driver", "pmsa003i", "aqi", "pm2_5", ] categories = [ "embedded", "hardware-support", "no-std", "asynchronous", ] license = "MIT OR Apache-2.0" repository = "https://github.com/bbustin/pmsa003i" [package.metadata.docs.rs] features = ["aqi"] [lib] name = "pmsa003i" path = "src/lib.rs" [dependencies.aqi] version = "0.2.0" optional = true [dependencies.defmt] version = "0.3.8" optional = true [dependencies.document-features] version = "0.2.10" [dependencies.embedded-hal] version = "1.0.0" [dependencies.embedded-hal-async] version = "1.0.0" optional = true [features] aqi = ["dep:aqi"] async = ["dep:embedded-hal-async"] defmt = ["dep:defmt"]