percepter-scd41 0.0.1

a user space driver for the Sensirion SCD41 CO2 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 = "2024"
name = "percepter-scd41"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a user space driver for the Sensirion SCD41 CO2 sensor."
readme = "README.md"
keywords = [
    "IoT",
    "Raspberry_Pi",
    "SCD41",
    "Sensirion",
    "CO2",
]
license = "0BSD"
repository = "https://github.com/ladekjaer/percepter-scd41"

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

[[example]]
name = "basic"
path = "examples/basic.rs"

[[test]]
name = "run"
path = "tests/run.rs"

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

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

[dev-dependencies.linux-embedded-hal]
version = "0.4.1"