cst328 1.0.4

Pure Rust CST328 touch driver (blocking + async support)
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 = "cst328"
version = "1.0.4"
authors = ["Chris Mumford <cmumford@cmumford.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust CST328 touch driver (blocking + async support)"
homepage = "https://github.com/cmumford/cst328"
readme = "README.md"
keywords = [
    "touch",
    "driver",
    "hynitron",
]
categories = [
    "embedded",
    "no-std",
    "hardware-support",
]
license = "MIT"
repository = "https://github.com/cmumford/cst328"

[package.metadata.docs.rs]
features = ["use_async"]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
test = ["use_sync"]
use_async = ["embedded-hal-async"]
use_sync = []

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

[dependencies.bilge]
version = "0.3.0"

[dependencies.cfg-if]
version = "1.0.4"

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

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

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

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