ev_lib_gen 0.2.1

Generates the TS uikit class tables from ev_lib_classes (Rust is the source of truth).
ev_lib_gen-0.2.1 is not a library.

Emits one TS file per uikit component under ts/uikit/src/generated/ from the Rust styling source of truth (ev_lib_classes), plus the two things a Rust consumer cannot reach inside a crates.io checkout: the Tailwind class inventory it @sources, and the token stylesheets it @imports. Run via cargo run -p ev_lib_gen; the output is committed and CI fails if it drifts (git diff --exit-code ts/uikit/src/generated rust/classes).