[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"