[dependencies.embedded-hal]
version = "=1.0.0-alpha.8"
[dev-dependencies.anyhow]
version = "1"
[dev-dependencies.gpio-cdev]
version = "0.5"
[dev-dependencies.linux-embedded-hal]
version = "0.3"
[dev-dependencies.serial]
version = "0.4"
[features]
default = []
std = []
[package]
authors = ["Brian J. Tarricone <brian@tarricone.org>"]
categories = ["embedded", "hardware-support"]
description = "Library for reading temperature and humidity from the DHT11 and DHT22 sensors"
edition = "2021"
homepage = "https://github.com/kelnos/dht-embedded-rs"
keywords = ["temperature", "humidity", "sensor", "dht11", "dht22"]
license = "MIT OR Apache-2.0"
name = "dht-embedded"
readme = "README.md"
repository = "https://github.com/kelnos/dht-embedded-rs"
resolver = "2"
version = "0.1.0"