# 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" name = "ble-ledly" version = "0.3.0" authors = ["Vincenzo Buono"] description = """ A customizable and extensible cross-platform high-level Bluetooth Low Energy light controller. """ homepage = "https://github.com/espressoshock/ble-ledly" readme = "README.md" keywords = [ "ledstrip", "ledlight", "ble", "led", "rgb", ] categories = ["hardware-support"] license = "MIT" repository = "https://github.com/espressoshock/ble-ledly" resolver = "2" [lib] path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.btleplug] version = "0.9" [dependencies.enumflags2] version = "0.7" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = ["full"] [dependencies.uuid] version = "1" features = ["v4"] [features] all = [ "light", "color", "brightness", "hw_animate", "sw_animate", ] brightness = [] color = [] default = ["all"] hw_animate = [] light = [] sw_animate = []