[package]
edition = "2024"
name = "raspberrypi-utils"
version = "0.0.4"
authors = ["Marçal Juan Llaó <marcal@lizcore.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust bindings for raspberrypi-utils"
documentation = "https://docs.rs/raspberrypi-utils"
readme = "README.md"
keywords = [
"raspberrypi-utils",
"leds",
"ws281x",
"piolib",
]
categories = ["hardware-support"]
license = "MIT OR BSD-3-Clause"
repository = "https://github.com/lizcore-tech/raspberrypi-utils-rs"
[lib]
name = "raspberrypi_utils"
path = "src/lib.rs"
[[example]]
name = "ws281x"
path = "examples/ws281x.rs"
[dependencies.rand]
version = "0.10.1"
[dependencies.raspberrypi-utils-sys]
version = "0.0.4"
[dev-dependencies]