hs3003 0.2.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.2.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"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
targets = [
    "thumbv6m-none-eabi",
    "thumbv8m.main-none-eabihf",
    "riscv32imc-unknown-none-elf",
]

[features]
async = ["dep:embedded-hal-async"]

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

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

[dependencies.embedded-hal-async]
version = "1.0"
optional = true

[dev-dependencies.embedded-hal-mock]
version = "0.11"
features = [
    "eh1",
    "embedded-hal-async",
]

[dev-dependencies.futures]
version = "0.3"