hs3003 0.1.0

Platform-agnostic Rust driver for the Renesas HS3003 temperature and humidity sensor
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.62"
name = "hs3003"
version = "0.1.0"
authors = ["Mariusz Jurgielewicz <mordor@mail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform-agnostic Rust driver for the Renesas HS3003 temperature and humidity sensor"
documentation = "https://docs.rs/hs3003"
readme = "README.md"
keywords = [
    "embedded",
    "no-std",
    "sensor",
    "i2c",
    "embedded-hal",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/melastmohican/hs3003-rs"

[lib]
name = "hs3003"
path = "src/lib.rs"

[dependencies.embedded-hal]
version = "1.0"

[dev-dependencies.embedded-hal-mock]
version = "0.11"