[package]
edition = "2021"
rust-version = "1.88"
name = "bunting"
version = "0.5.0"
authors = ["datenkollektiv"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure Rust WS2812 color utilities - no hardware dependencies"
documentation = "https://docs.rs/bunting"
readme = "README.md"
keywords = [
"ws2812",
"neopixel",
"led",
"no-std",
]
categories = [
"embedded",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/datenkollektiv/rustyfarian-ws2812"
[lib]
name = "bunting"
path = "src/lib.rs"
[dependencies.rgb]
version = "0.8.53"