it8951 0.5.1

A IT8951 E-Paper driver
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 = "2021"
name = "it8951"
version = "0.5.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A IT8951 E-Paper driver"
readme = "README.md"
keywords = [
    "ePaper",
    "Display",
    "epd",
    "eink",
]
categories = [
    "no-std",
    "embedded",
]
license = "MIT"
repository = "https://github.com/pbert519/it8951"

[features]
defmt = [
    "dep:defmt",
    "embedded-graphics-core/defmt",
]

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

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

[dependencies.defmt]
version = "^1.0.1"
optional = true

[dependencies.embedded-graphics-core]
version = "0.4.0"

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

[dev-dependencies.embedded-graphics]
version = "0.8.1"

[dev-dependencies.embedded-graphics-framebuf]
version = "0.5.0"

[dev-dependencies.linux-embedded-hal]
version = "0.4"