sen6x 0.1.4

A rust no-std driver for the SEN6X sensor modules.
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 = "sen6x"
version = "0.1.4"
authors = ["Robert Wiewel <dev@ducktec.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rust no-std driver for the SEN6X sensor modules."
documentation = "https://docs.rs/sen6x"
readme = "README.md"
keywords = [
    "sen6x",
    "air-quality",
    "embedded",
    "no-std",
    "sen66",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/ducktec/sen6x-rs"

[package.metadata.docs.rs]
features = ["async"]

[features]
async = []
default = ["sen66"]
defmt = ["dep:defmt"]
sen60 = []
sen63c = []
sen65 = []
sen66 = []
sen68 = []
serde = ["dep:serde"]
std = ["thiserror"]

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

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

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

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

[dependencies.serde]
version = "1.0.219"
features = ["derive"]
optional = true
default-features = false

[dependencies.thiserror]
version = "2.0.12"
optional = true
default-features = false

[dev-dependencies.crc]
version = "3.2.1"

[dev-dependencies.embedded-hal-mock]
version = "0.11.1"
features = ["embedded-hal-async"]

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

[dev-dependencies.log]
version = "0.4.20"