receiverproxy-panelspec 0.1.1

Vendor-neutral LED panel description: the TOML panel spec and the driver-chip library
Documentation
[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"

# Published as `receiverproxy-panelspec`; the library keeps its role name.
[lib]
name = "panelspec"

[dependencies]
anyhow.workspace = true
serde.workspace = true
toml.workspace = true
ts-rs = { workspace = true, optional = true }

[features]
# `#[derive(TS)]` on `Meta`, for web/src/api/types.ts.
ts = ["dep:ts-rs"]

[lints]
workspace = true