minactor 0.1.0

Minimal actor framework for Rust with tokio.
Documentation
[dependencies.async-trait]
version = "0.1.75"

[dependencies.log]
version = "0.4.21"

[dependencies.tokio]
features = ["full"]
version = ">=1.23.1"

[lib]
name = "minactor"
path = "src/lib.rs"

[package]
authors = ["Daniel Connolly <daniel@dconnolly.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Minimal actor framework for Rust with tokio."
documentation = "https://docs.rs/"
edition = "2021"
homepage = "https://github.com/Danconnolly/minactor"
keywords = ["actor"]
license-file = "LICENSE"
name = "minactor"
readme = "README.md"
repository = "https://github.com/Danconnolly/minactor"
version = "0.1.0"