hub75-framebuffer 0.7.0

DMA-friendly Framebuffer implementation for HUB75 LED matrix 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"
rust-version = "1.86"
name = "hub75-framebuffer"
version = "0.7.0"
authors = ["liebman <liebman@zod.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DMA-friendly Framebuffer implementation for HUB75 LED matrix displays"
documentation = "https://docs.rs/hub75-framebuffer"
readme = "README.md"
keywords = [
    "led-matrix",
    "hub75",
    "embedded",
    "framebuffer",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/liebman/hub75-framebuffer"

[package.metadata.docs.rs]
features = ["doc-images"]

[features]
default = []
defmt = ["dep:defmt"]
doc-images = ["dep:embed-doc-image"]
esp-hal-dma = ["dep:esp-hal"]
esp32-ordering = []
skip-black-pixels = []

[lib]
name = "hub75_framebuffer"
path = "src/lib.rs"
bench = false

[[bench]]
name = "erase_latched"
path = "benches/erase_latched.rs"
harness = false

[[bench]]
name = "erase_plain"
path = "benches/erase_plain.rs"
harness = false

[[bench]]
name = "fill_rect_latched"
path = "benches/fill_rect_latched.rs"
harness = false

[[bench]]
name = "fill_rect_plain"
path = "benches/fill_rect_plain.rs"
harness = false

[[bench]]
name = "render_text_latched"
path = "benches/render_text_latched.rs"
harness = false

[[bench]]
name = "render_text_plain"
path = "benches/render_text_plain.rs"
harness = false

[[bench]]
name = "set_pixel_latched"
path = "benches/set_pixel_latched.rs"
harness = false

[[bench]]
name = "set_pixel_plain"
path = "benches/set_pixel_plain.rs"
harness = false

[dependencies.bitfield]
version = "0.19.4"

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

[dependencies.embed-doc-image]
version = "0.1.4"
optional = true

[dependencies.embedded-dma]
version = "0.2.0"

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

[dependencies.esp-hal]
version = "1.1.0"
features = ["requires-unstable"]
optional = true
default-features = false

[dev-dependencies.criterion]
version = "0.6"

[profile.dev]
opt-level = "s"
debug = 2

[profile.release]
opt-level = "s"
debug = 2