ferriswheel 0.5.0

RGB LED ring effects and animations
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"
rust-version = "1.88"
name = "ferriswheel"
version = "0.5.0"
authors = ["datenkollektiv"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RGB LED ring effects and animations"
documentation = "https://docs.rs/ferriswheel"
readme = "README.md"
keywords = [
    "led",
    "ring",
    "ws2812",
    "neopixel",
    "rainbow",
]
categories = [
    "embedded",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/datenkollektiv/rustyfarian-ws2812"

[features]
smart-leds-compat = ["dep:smart-leds-trait"]

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

[dependencies.rgb]
version = "0.8.53"

[dependencies.smart-leds-trait]
version = "^0.3.2"
optional = true
default-features = false