[package] name = "tactix" version = "0.0.6" edition = "2021" description = "A simple Actor Model based on Tokio." license = "MIT" repository = "https://github.com/ryardley/tactix" documentation = "https://docs.rs/tactix" keywords = ["actor", "concurrency", "actor-model", "distributed", "messaging"] categories = ["asynchronous"] readme = "README.md" [dependencies] async-trait = "0.1.82" tokio = { version = "1.40.0", features = ["full"] }