embedded-sht3x 0.2.0

Platform-agnostic Rust driver for the SHT3x temperature and humidity sensors.
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"
name = "embedded-sht3x"
version = "0.2.0"
authors = ["Ghislain MARY <ghislain@ghislainmary.fr>"]
build = false
include = [
    "/**/*.rs",
    "/Cargo.toml",
    "/README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = " Platform-agnostic Rust driver for the SHT3x temperature and humidity sensors."
homepage = "https://github.com/ghismary/embedded-sht3x"
documentation = "https://docs.rs/embedded-sht3x/"
readme = "README.md"
keywords = [
    "temperature",
    "humidity",
    "sensor",
    "sht3x",
    "embedded-hal",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ghismary/embedded-sht3x"

[features]
async = []
default = []

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

[[example]]
name = "single-measurement"
path = "examples/single-measurement.rs"

[dependencies.bitflags]
version = "2.13"

[dependencies.crc]
version = "3.4"

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

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

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

[dependencies.weather-utils]
version = "0.5"
features = ["no-std"]

[dev-dependencies.embedded-hal-mock]
version = "0.11"
features = ["eh1"]
default-features = false

[dev-dependencies.heapless]
version = "0.9"

[target.'cfg(target_os = "linux")'.dev-dependencies.linux-embedded-hal]
version = "0.4"