asp5033 0.1.0

Platform agnostic driver for the QioTek ASP5033 AirSpeed sensor (I2C or CAN)
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 = "asp5033"
version = "0.1.0"
authors = ["Josh Guilfoyle <jasta@devtcg.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform agnostic driver for the QioTek ASP5033 AirSpeed sensor (I2C or CAN)"
homepage = "https://github.com/jasta/asp5033-rs"
readme = "README.md"
keywords = [
    "embedded-hal-driver",
    "async",
    "i2c",
    "sensor",
    "airspeed",
]
categories = [
    "no-std::no-alloc",
    "embedded",
    "asynchronous",
]
license = "MIT"
repository = "https://github.com/jasta/asp5033-rs"

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

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

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

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

[dependencies.log]
version = "0.4.27"

[dependencies.measurements]
version = "0.11.0"

[dependencies.thiserror]
version = "2.0.2"
features = []
default-features = false

[dev-dependencies.anyhow]
version = "1.0.98"

[dev-dependencies.derive-new]
version = "0.7.0"

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

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

[dev-dependencies.env_logger]
version = "0.11.8"

[dev-dependencies.ftdi]
version = "0.1.3"

[dev-dependencies.ftdi-embedded-hal]
version = "0.23.1"

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

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

[dev-dependencies.thiserror]
version = "2.0.2"
features = ["std"]

[dev-dependencies.tokio]
version = "1.45.0"
features = [
    "rt",
    "macros",
    "test-util",
]