epd-waveshare-async 0.3.2

Async drivers for Waveshare's e-paper displays.
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 = "epd-waveshare-async"
version = "0.3.2"
authors = ["Morgan Roff"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Async drivers for Waveshare's e-paper displays."
readme = "README.md"
keywords = [
    "embedded",
    "async",
    "e-paper",
    "waveshare",
    "display",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/MorganR/epd-waveshare-async"

[features]
default = []
defmt = ["dep:defmt"]
log = ["dep:log"]

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

[dependencies.defmt]
version = "1.0"
optional = true

[dependencies.embedded-graphics]
version = "0.8"

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

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

[dependencies.heapless]
version = "0.9"

[dependencies.log]
version = "0.4"
optional = true

[dev-dependencies.embassy-embedded-hal]
version = "0.5"
features = [
    "defmt",
    "defmt",
]

[dev-dependencies.embassy-rp]
version = "0.8"
features = [
    "chrono",
    "defmt",
    "unstable-pac",
    "time-driver",
    "critical-section-impl",
    "boot2-w25q080",
    "rp2040",
    "rom-v2-intrinsics",
    "chrono",
    "defmt",
    "unstable-pac",
    "time-driver",
    "critical-section-impl",
    "boot2-w25q080",
    "rp2040",
    "rom-v2-intrinsics",
]

[dev-dependencies.embassy-sync]
version = "0.7"

[dev-dependencies.embassy-time]
version = "0.5"
features = [
    "defmt",
    "defmt-timestamp-uptime-s",
    "defmt",
    "defmt-timestamp-uptime-s",
]

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