[dependencies.bon]
default-features = false
version = "3.6"
[dependencies.embedded-graphics]
version = "0.8"
[dependencies.embedded-graphics-core]
version = "0.4"
[lib]
name = "sei"
path = "src/lib.rs"
[package]
authors = ["Sycrosity <72102935+Sycrosity@users.noreply.github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple parser for .SEI (stacking ePaper image) files."
edition = "2024"
license = "MIT OR Apache-2.0"
name = "sei"
readme = "README.md"
repository = "https://github.com/Sycrosity/sei"
version = "0.0.1"