[dependencies.embedded-hal]
version = "1.0"
[dev-dependencies.embedded-hal-mock]
version = "0.11"
[lib]
name = "hs3003"
path = "src/lib.rs"
[package]
authors = ["Mariusz Jurgielewicz <mordor@mail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "hardware-support", "no-std"]
description = "Platform-agnostic Rust driver for the Renesas HS3003 temperature and humidity sensor"
documentation = "https://docs.rs/hs3003"
edition = "2021"
keywords = ["embedded", "no-std", "sensor", "i2c", "embedded-hal"]
license = "MIT OR Apache-2.0"
name = "hs3003"
readme = "README.md"
repository = "https://github.com/melastmohican/hs3003-rs"
rust-version = "1.62"
version = "0.1.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["thumbv6m-none-eabi", "thumbv8m.main-none-eabihf", "riscv32imc-unknown-none-elf"]