distributed 4.5.0

CQRS/ES framework for Rust using Plain Old Rust Structs — append-only events, replay, snapshots, outbox, service bus, and pluggable infrastructure
Documentation
### What's changed in v4.5.0

* chore: Revise README for clarity and detail on Distributed framework (by @patrickleet)

  Updated the README to provide a more comprehensive overview of the Distributed framework, including its features and capabilities. Removed redundant sections and clarified the framework's purpose and components.

* chore: Revise README to shorten framework description (by @patrickleet)

  Removed detailed explanations and features of the Distributed framework from the README.

* chore: Update README to include client side replica cache (by @patrickleet)

  Added mention of client side replica cache to the description.

* feat: celld queues and workflows for outbox (#215) (by @patrickleet)

  Outbox functionality when running with celld now uses v0.4.0's new queues and workflows for durable outbox message delivery.


See full diff: [v4.4.2...v4.5.0](https://github.com/hops-ops/distributed/compare/v4.4.2...v4.5.0)