ghost_actor 0.1.0-alpha.9

A simple, ergonomic, idiomatic, macro for generating the boilerplate to use rust futures tasks in a concurrent actor style.
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.must_future]
version = "0.1.1"

[dependencies.paste]
version = "0.1.10"

[dependencies.thiserror]
version = "1"

[dependencies.tracing]
version = "0.1"
[dev-dependencies.tokio]
features = ["full"]
version = "0.2"

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

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