[package] authors = ["Xavientois ", "Pietro Lorefice "] categories = ["embedded", "hardware-support", "no-std"] description = "Raspberry Pi Rust driver for the DHT11 temperature and humidity sensor." edition = "2021" homepage = "https://github.com/Xavientois/rppal-dht11-rs" keywords = ["embedded", "raspberry", "pi"] include = [ "**/*.rs", "Cargo.toml", ] license = "MIT OR Apache-2.0" name = "rppal-dht11" readme = "README.md" repository = "https://github.com/Xavientois/rppal-dht11-rs" version = "0.4.0" [dependencies] rppal = { version = "0.13", features = ["hal"] } embedded-hal = { version = "0.2.7" } [[example]] name = "rppal" [profile.release] lto = true