[dependencies.async-trait]
version = "0.1.80"
[dependencies.futures]
version = "0.3.30"
[dependencies.shakespeare-macro]
version = "=0.0.1"
[dependencies.tokio]
features = ["macros", "full"]
version = "1.37.0"
[dev-dependencies.trybuild]
version = "1.0.91"
[package]
categories = ["asynchronous", "concurrency", "rust-patterns"]
description = "An actor framework"
edition = "2021"
keywords = ["async", "macro", "futures"]
license = "MIT OR Apache-2.0"
name = "shakespeare"
readme = "README.md"
repository = "https://github.com/ejmount/shakespeare"
version = "0.0.1"