max7219-display 0.1.5

A no_std driver for the MAX7219 LED display controller
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 = "max7219-display"
version = "0.1.5"
authors = ["ImplFerris"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no_std driver for the MAX7219 LED display controller"
readme = "README.md"
keywords = [
    "max7219",
    "led",
    "display",
    "7-segment",
    "driver",
]
categories = [
    "embedded",
    "hardware-support",
    "no-std",
]
license = "MIT"
repository = "https://github.com/implferris/max7219-display"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]
targets = [
    "thumbv7m-none-eabi",
    "thumbv7em-none-eabihf",
]

[features]
default = []
graphics = ["dep:embedded-graphics-core"]
led-matrix = []
seven-segment = []

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

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

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

[dev-dependencies.embedded-hal-mock]
version = "0.11.1"
features = ["eh1"]