tiny-tokio-actor 0.2.1

A simple and tiny actor library on top of tokio.
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.log]
version = "0.4"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["sync", "time", "macros"]
version = "1"
[dev-dependencies.dotenv]
version = "0.15.0"

[dev-dependencies.env_logger]
version = "0.8"

[dev-dependencies.tokio]
features = ["full"]
version = "1"

[package]
authors = ["fdeantoni <fdeantoni@gmail.com>"]
description = "A simple and tiny actor library on top of tokio."
edition = "2018"
keywords = ["tokio", "actors"]
license = "Apache-2.0"
name = "tiny-tokio-actor"
repository = "https://github.com/fdeantoni/tiny-tokio-actor"
version = "0.2.1"