[package] name = "gy-21" version = "0.2.0" edition = "2021" license = "MIT OR Apache-2.0" description = "Driver for the GY-21 temperature and relative humidity sensor" repository = "https://gitlab.com/slusheea/gy-21" keywords = ["GY-21", "embedded_hal", "temperature", "humidity", "HTU21D"] categories = ["embedded", "no-std"] exclude = ["images/*", ".gitlab-ci.yml"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] embedded-hal = "0.2.7" libm = "0.2.8"