rtactor 0.5.1

An Actor framework specially designed for Real-Time constrained use cases.
Documentation
[package]
name = "rtactor"
version = "0.5.1"
edition = "2021"
license = "MIT"
description = "An Actor framework specially designed for Real-Time constrained use cases."
readme = "README.md"
repository = "https://github.com/rtreactive/rtactor-rs"
rust-version = "1.64"
categories = ["asynchronous", "concurrency", "embedded"]
keywords = ["real-time", "actor", "framework", "async"]

[dependencies]
rtactor-macros = { version="0.5.0", path = "rtactor-macros" }
mockall = {version = ">= 0.11, <= 0.13", optional = true}

[dev-dependencies]
oorandom = "11" # rand crate is way to big, complex and difficult to port to MCU
assert2 = "0.3"
panic-context = "0.1"
log = "0.4"
env_logger = ">= 0.9, <= 0.11"
mockall= ">= 0.11, <= 0.13"
rstest = ">=0.15, <= 0.25"
approx = "0.5"