raspberrypi-utils 0.0.4

Safe Rust bindings for raspberrypi-utils
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 = "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]