yaaf 0.1.0

Yet Another Actor Framework
Documentation
[dependencies.async-trait]
version = "0.1"

[dependencies.dyn-clone]
version = "1"

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

[dependencies.yaaf-macros]
version = "0.1.0"
[dev-dependencies.tokio]
features = ["rt-multi-thread"]
version = "1"

[dev-dependencies.trybuild]
version = "1"

[package]
authors = ["Mark Burnett <mark.m.burnett@gmail.com>"]
categories = ["asynchronous", "concurrency"]
description = "Yet Another Actor Framework"
edition = "2018"
keywords = ["actor", "async", "tokio"]
license = "Apache-2.0"
name = "yaaf"
repository = "https://github.com/mark-burnett/yaaf/"
version = "0.1.0"