[package] name = "plight" version = "0.1.0" edition = "2021" description = "A configurable program for organizing dynamic backlighting." readme = "README.md" repository = "https://github.com/pguin-sudo/plight" license = "GPL-3.0" license_file = "LICENSE" [dependencies] confique = { version = "0.2.6", features = ["toml"] } derive_more = { version = "1.0.0", features = ["display", "from"] } image = "0.25.2" lazy_static = "1.5.0" ndarray = "0.16.1" rand = "0.8.5" serde = "1.0.210" serde_derive = "1.0.210" serialport = "4.5.1" tokio = { version = "1.40.0", features = ["full"] } xcap = "0.0.14"