ehatrom 0.1.0

EEPROM HAT library for Raspberry Pi HATs (serialization, I2C, CRC32, custom atoms)
Documentation
[[bin]]
name = "ehatrom"
path = "src/main.rs"

[dependencies.crc32fast]
version = "1.4.2"

[dependencies.i2cdev]
version = "0.6"

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

[package]
authors = ["Alekei Zakharchenko <ehatrom@4stm4.ru>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["embedded", "hardware-support"]
description = "EEPROM HAT library for Raspberry Pi HATs (serialization, I2C, CRC32, custom atoms)"
documentation = "https://docs.rs/ehatrom"
edition = "2024"
exclude = ["tests/*", "Dockerfile*", "update_and_run.sh", "update_and_run.md", ".github/*"]
homepage = "https://github.com/4stm4/ocultum"
keywords = ["raspberry-pi", "eeprom", "hat", "i2c", "crc32"]
license = "MIT"
name = "ehatrom"
readme = "README.md"
repository = "https://github.com/4stm4/ocultum"
version = "0.1.0"