tokactor 2.1.0

A actor model framework wrapped around tokio
Documentation
[[bench]]
harness = false
name = "actor"

[dependencies.tokio]
features = ["rt-multi-thread", "sync", "time", "signal", "net", "io-util", "macros"]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.criterion]
features = ["html_reports", "async_tokio"]
version = "0.5"

[dev-dependencies.http]
version = "0.2.9"

[dev-dependencies.httparse]
version = "1.8.0"

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

[dev-dependencies.tracing-subscriber]
version = "0.3"

[features]
default = []

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

[package]
authors = ["Alec Di Vito"]
categories = ["actor", "tokio", "async"]
description = "A actor model framework wrapped around tokio"
documentation = "https://docs.rs/tokactor"
edition = "2021"
homepage = "https://github.com/wasmcompute/tokactor"
keywords = ["actor", "tokactor"]
license = "MIT"
name = "tokactor"
readme = "README.md"
version = "2.1.0"