[dependencies.async-trait]
version = "0.1"
[dependencies.futures-util]
version = "0.3"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
features = ["sync", "rt"]
version = "1"
[dev-dependencies.tokio]
features = ["sync", "rt-multi-thread", "time"]
version = "1"
[package]
authors = ["Jakub Smulski <hgonomeg@gmail.com>"]
description = "Minimalistic actor framework based on tokio, inspired by actix"
edition = "2021"
license = "MIT"
name = "aspartam"
readme = "README.md"
repository = "https://github.com/hgonomeg/aspartam"
version = "0.1.0"