phoxal 0.25.0

Phoxal - production-oriented autonomous robot framework: the runtime engine and model (the api contract tree lives in phoxal-api, the typed bus in phoxal-bus).
Documentation
error: expected attribute arguments in parentheses: #[server(...)]
  --> tests/trybuild/fail/missing_server_topic.rs:16:7
   |
16 |     #[server]
   |       ^^^^^^

warning: unused import: `phoxal_api::y2026_1 as api`
 --> tests/trybuild/fail/missing_server_topic.rs:2:5
  |
2 | use phoxal_api::y2026_1 as api;
  |     ^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default

warning: unused import: `phoxal::prelude::*`
 --> tests/trybuild/fail/missing_server_topic.rs:3:5
  |
3 | use phoxal::prelude::*;
  |     ^^^^^^^^^^^^^^^^^^