aion-server 0.8.0

Aion workflow server library: HTTP, gRPC, WebSocket, and worker endpoints. Run it with the `aion` binary from the aion-cli crate.
Documentation
<!doctype html>
<!-- AION_EMBED_PLACEHOLDER: this is the committed stub. A real release runs
     `cargo xtask build-dashboard` first, which overwrites this file with the
     built Vite bundle. If a shipped binary serves this page, the embed pipeline
     did NOT run before the embed build. The release guard checks for this. -->
<html lang="en">
  <head>
    <meta charset="UTF-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
    <title>Aion Dashboard — bundle not built</title>
  </head>
  <body>
    <div id="root"></div>
    <p data-aion-embed-placeholder>
      The embedded dashboard bundle was not built. Run
      <code>cargo xtask build-dashboard</code> before building with
      <code>--features embed-dashboard</code>.
    </p>
  </body>
</html>