[dependencies.futures]
version = "0.3.21"
[dev-dependencies.tokio]
features = ["full"]
version = "1.0"
[package]
authors = ["nanocryk"]
description = "Provides an Actor type that wraps a state and allows mutating it in turns\nusing an invoke function.\n"
documentation = "https://docs.rs/simple-actor"
edition = "2021"
keywords = ["asynchronous", "actor"]
license = "MIT"
name = "simple-actor"
readme = "README.md"
repository = "https://github.com/nanocryk/simple-actor"
resolver = "2"
version = "0.1.1"