simpl_actor 0.2.3

Simple tokio actors
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.futures]
version = "0.3"

[dependencies.simpl_actor_macros]
version = "0.2.3"

[dependencies.tokio]
features = ["macros", "rt", "sync", "time"]
version = "1"

[dependencies.tracing]
version = "0.1"

[package]
categories = ["asynchronous", "concurrency", "rust-patterns"]
description = "Simple tokio actors"
edition = "2021"
keywords = ["actor", "macro", "tokio"]
license = "MIT OR Apache-2.0"
name = "simpl_actor"
readme = "README.md"
repository = "https://github.com/tqwewe/simpl_actor"
version = "0.2.3"