[dependencies.crc]
version = "3.0.1"
[dependencies.embedded-hal]
version = "1.0.0"
[dependencies.micromath]
version = "2.1.0"
[dev-dependencies.embedded-hal-mock]
default-features = false
features = ["eh1"]
version = "0.10.0"
[dev-dependencies.linux-embedded-hal]
version = "0.4.0"
[package]
authors = ["Ghislain MARY <ghislain@ghislainmary.fr>"]
categories = ["embedded", "hardware-support", "no-std"]
description = " Platform-agnostic Rust driver for the SGP30 gas sensor for indoor air quality applications."
documentation = "https://docs.rs/embedded-sgp30/"
edition = "2021"
homepage = "https://gitlab.com/ghislainmary/embedded-sgp30"
include = ["/**/*.rs", "/Cargo.toml", "/README.md"]
keywords = ["gas", "air-quality", "sensor", "sgp30", "embedded-hal"]
license = "MIT OR Apache-2.0"
name = "embedded-sgp30"
readme = "README.md"
repository = "https://gitlab.com/ghislainmary/embedded-sgp30"
version = "0.1.0"