truba 0.1.2

The minimal tokio runtime based actors for Rust
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

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

[dependencies.typemap-ors]
version = "1.0"

[package]
authors = ["Alexander Mescheryakov <freecoder.xx@gmail.com>"]
categories = ["asynchronous"]
description = "The minimal tokio runtime based actors for Rust"
edition = "2021"
keywords = ["async", "actor", "tokio", "simple"]
license = "MIT"
name = "truba"
readme = "README.md"
repository = "https://github.com/noogen-projects/truba"
version = "0.1.2"