tca8418 0.2.2

Platform-agnostic Rust driver for the TCA8418 I²C keypad scan IC
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 = "tca8418"
version = "0.2.2"
authors = ["Lars Bollmann"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Platform-agnostic Rust driver for the TCA8418 I²C keypad scan IC"
readme = "README.md"
keywords = [
    "embedded-hal-driver",
    "tca8418",
    "keypad",
    "i2c",
    "no_std",
]
categories = [
    "embedded",
    "no-std",
    "hardware-support",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/LarsBollmann/tca8418"

[features]
defmt = ["dep:defmt"]

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

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

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