ble-ledly 0.3.0

A customizable and extensible cross-platform high-level Bluetooth Low Energy light controller.
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.btleplug]
version = "0.9"

[dependencies.enumflags2]
version = "0.7"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
features = ["full"]
version = "1"

[dependencies.uuid]
features = ["v4"]
version = "1"

[features]
all = ["light", "color", "brightness", "hw_animate", "sw_animate"]
brightness = []
color = []
default = ["all"]
hw_animate = []
light = []
sw_animate = []

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

[package]
authors = ["Vincenzo Buono"]
categories = ["hardware-support"]
description = """
A customizable and extensible cross-platform high-level Bluetooth Low Energy
light controller.
"""
edition = "2021"
homepage = "https://github.com/espressoshock/ble-ledly"
keywords = ["ledstrip", "ledlight", "ble", "led", "rgb"]
license = "MIT"
name = "ble-ledly"
readme = "README.md"
repository = "https://github.com/espressoshock/ble-ledly"
resolver = "2"
version = "0.3.0"