actman 0.1.0

Async Actor Model Library in Rust
Documentation
[dependencies.async-trait]
version = "0.1"

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

[dependencies.tracing]
version = "0.1"

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

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

[package]
authors = ["Youngjoon Lee"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Async Actor Model Library in Rust"
edition = "2021"
homepage = "https://github.com/atman-project"
license = "Apache-2.0"
name = "actman"
readme = "README.md"
repository = "https://github.com/atman-project/actman"
version = "0.1.0"