pi-led-matrix 0.5.3

Bindings for Hzeller's RPi-RGB-Led-Matrix
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 = "pi-led-matrix"
version = "0.5.3"
authors = [
    "Vincent Pasquier <vincentpasquier@posteo.net>",
    "Tyler Holmes <tyler@holmesengineering.com>",
    "Broderick Carlin <broderick.carlin@gmail.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings for Hzeller's RPi-RGB-Led-Matrix"
homepage = "https://docs.rs/pi-led-matrix/"
readme = "README.md"
keywords = [
    "rpi",
    "raspberry-pi",
    "led-matrix",
]
categories = ["embedded"]
license = "GPL-3.0"
repository = "https://github.com/AidanWallace/rust-rpi-rgb-led-matrix"

[package.metadata.docs.rs]
all-features = true

[features]
args = ["clap"]
c-stubs = ["pi-led-matrix-sys/c-stubs"]
default = ["embeddedgraphics"]
embeddedgraphics = ["embedded-graphics-core"]
stdcpp-static-link = ["pi-led-matrix-sys/stdcpp-static-link"]

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

[[example]]
name = "arguments"
path = "examples/arguments.rs"
required-features = ["args"]

[[example]]
name = "c-api-basic"
path = "examples/c-api-basic.rs"
required-features = ["args"]

[[example]]
name = "embedded-graphics-basic"
path = "examples/embedded-graphics-basic.rs"
required-features = [
    "args",
    "embeddedgraphics",
]

[dependencies.clap]
version = "3.0"
features = ["cargo"]
optional = true

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

[dependencies.libc]
version = "0.2"

[dependencies.pi-led-matrix-sys]
version = "0.3.1"

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

[dev-dependencies.serial_test]
version = "1.0"