ghost_actor 0.2.0-alpha.4

A simple, ergonomic, idiomatic, macro for generating the boilerplate to use rust futures tasks in a concurrent actor style.
Documentation
[package]
name = "ghost_actor"
version = "0.2.0-alpha.4"
authors = ["Holochain Core Dev Team <devcore@holochain.org>"]
edition = "2018"
description = "A simple, ergonomic, idiomatic, macro for generating the boilerplate to use rust futures tasks in a concurrent actor style."
keywords = ["asynchronous", "holo", "holochain", "actor"]
categories = ["asynchronous"]
license = "Apache-2.0"
readme = "README.md"
documentation = "https://docs.rs/ghost_actor"
repository = "https://github.com/holochain/ghost_actor"

[dependencies]
futures = "0.3"
paste = "0.1.12"
thiserror = "1"
tracing = "0.1"
must_future = "0.1.2"

[dev-dependencies]
tokio = { version = "0.2", features = ["full"] }
tracing-subscriber = "0.2"

[features]
default = []
unstable = []