ehatrom 0.2.0

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

[dependencies.i2cdev]
optional = true
version = "0.6"

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

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

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

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

[features]
default = []
linux = ["i2cdev"]

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