aht30 1.0.1

Better AHT10 / AHT20 / AHT30 / AHT40 humidity temperature sensor driver, for rust embedded-hal, optional async.
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 = "2024"
name = "aht30"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Better AHT10 / AHT20 / AHT30 / AHT40 humidity temperature sensor driver, for rust embedded-hal, optional async."
documentation = "https://docs.rs/aht30"
readme = "README.md"
keywords = [
    "embedded-hal",
    "aht10",
    "aht20",
    "aht30",
    "aht40",
]
license = "MIT"
repository = "https://github.com/hal-drv/aht30"

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

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

[dependencies.defmt]
version = "1"
optional = true

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

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

[dependencies.maybe-async-cfg]
version = "0.2"