[package]
name = "receiverproxy-panelspec"
description = "Vendor-neutral LED panel description: the TOML panel spec and the driver-chip library"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
keywords.workspace = true
categories.workspace = true
exclude.workspace = true
build = "build.rs"
[lib]
name = "panelspec"
[dependencies]
anyhow.workspace = true
serde.workspace = true
toml.workspace = true
ts-rs = { workspace = true, optional = true }
[features]
ts = ["dep:ts-rs"]
[lints]
workspace = true