lifx-api-server 0.1.13

A library/server that mimicks the official LIFX API using the local LAN protocol.
Documentation
#![feature(mutex_unlock)]

[package]
name = "lifx-api-server"
description = "A library/server that mimicks the official LIFX API using the local LAN protocol."
version = "0.1.13"
edition = "2018"
authors = ["Caleb Mitchell Smith-Woolrich <calebsmithwoolrich@gmail.com>"]
license = "MIT OR Apache-2.0"
documentation = "https://docs.rs/lifx-api-server"
repository = "https://github.com/PixelCoda/lifx-api-server"
readme = "README.md"


# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
lifx-rs = { git = "https://github.com/PixelCoda/lifx-rs.git", version = "0.1.28" }
rand = "0.8.4"
get_if_addrs = "0.5.3"
failure = "0.1.2"
rouille = "3.5.0"
serde_json = "1.0"
serde_derive = "1.0.130"
palette = "0.2.1"
colors-transform = "0.2.11"

[dependencies.serde]
version = "1.0"
features = ["derive"]