[dependencies.concurrent-queue]
version = "1.2.2"
[dependencies.event-listener]
version = "2.5.2"
[dependencies.futures]
version = "0.3.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.tokio]
features = ["full"]
version = "1.18"
[package]
authors = ["jvdwrf"]
categories = ["concurrency"]
description = "A minimal actor framework for Rust"
edition = "2021"
homepage = "https://github.com/jvdwrf/tiny-actor"
keywords = ["actor", "actor-system", "tokio", "pool"]
license = "MIT OR Apache-2.0"
name = "tiny-actor"
readme = "README.md"
repository = "https://github.com/jvdwrf/tiny-actor"
resolver = "2"
version = "0.0.2"