[package] name = "sps30-i2c" version = "0.1.0" authors = ["David Gherghita "] license = "MIT OR Apache-2.0" description = "Platform-agnostic Rust driver for the SPS30 particulate matter sensor" readme = "README.md" keywords = ["sensor", "driver", "i2c", "embedded-hal-driver"] categories = ["embedded", "hardware-support", "no-std"] homepage = "https://github.com/david-gherghita/sps30-i2c-rs" documentation = "https://docs.rs/sps30-i2c" edition = "2018" [badges] travis-ci = { repository = "david-gherghita/sps30-i2c-rs", branch = "master" } [dependencies] embedded-hal = "0.2" byteorder = { version = "1", default-features = false } [dev-dependencies] linux-embedded-hal = "0.3" embedded-hal-mock = "0.7"