actorlib 1.2.0

Indeed, an actor library, not a framework, written in Rust
Documentation
[dependencies.async-trait]
version = "0.1.73"

[dependencies.futures]
version = "0.3.26"

[dependencies.log]
version = "0.4.17"

[dependencies.tokio]
features = ["full"]
version = "1.25.0"

[package]
authors = ["Evgeny Igumnov <igumnovnsk@gmail.com>"]
categories = ["library"]
description = "Indeed, an actor library, not a framework, written in Rust"
edition = "2021"
keywords = ["actor"]
license = "MIT"
license-file = "LICENSE"
name = "actorlib"
readme = "README.md"
repository = "https://github.com/evgenyigumnov/actor-lib"
resolver = "1"
version = "1.2.0"