# 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 = "sen5x-rs" version = "0.2.1" authors = ["Sven Arends "] description = "embedded-hal driver for the sen5x environmental sensor node for HVAC and air quality applications." documentation = "https://docs.rs/sen5x-rs" readme = "README.md" keywords = [ "airquality", "sen5x", "pm25", "sensirion", "sensor", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/svena33/sen5x-rs" [dependencies.embedded-hal] version = "=1.0.0" [dependencies.sensirion-i2c] version = "0.3.0" [dev-dependencies.embedded-hal-mock] version = "=0.10.0" features = ["eh1"]