riker-macros 0.2.0

Macro crate for Riker actor framework
Documentation
[dependencies.proc-macro2]
version = "0.4.4"

[dependencies.quote]
version = "0.6.3"

[dependencies.syn]
features = ["parsing", "full", "extra-traits", "proc-macro"]
version = "0.15.39"

[lib]
proc-macro = true

[package]
authors = ["Lee Smith <lee@riker.rs>"]
description = "Macro crate for Riker actor framework"
edition = "2018"
homepage = "https://riker.rs"
keywords = ["actors", "actor-model", "async", "cqrs", "event_sourcing"]
license = "MIT"
name = "riker-macros"
readme = "README.md"
repository = "https://github.com/riker-rs/riker"
version = "0.2.0"