ssd1683 0.3.1

Driver for the SSD1683 e-Paper display (EPD) controller, for use with embedded-hal
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 = "ssd1683"
version = "0.3.1"
authors = ["nihilityer <nihilityer@mail.nihilityer.top>"]
build = false
exclude = ["example"]
publish = [
    "gitea",
    "crates-io",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Driver for the SSD1683 e-Paper display (EPD) controller, for use with embedded-hal"
documentation = "https://docs.rs/ssd1683"
readme = "README.md"
keywords = [
    "embedded",
    "epd",
    "epaper",
    "display",
    "ssd1683",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT"
repository = "https://github.com/nihilityer/ssd1683"

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

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

[dependencies.log]
version = "0.4"
default-features = false

[dependencies.thiserror]
version = "2.0"
default-features = false