[package]
name = "actori_derive"
version = "0.5.0"
edition = "2018"
authors = ["Christian Haynes <06chaynes@gmail.com>", "Callym <hi@callym.com>", "Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actor framework for Rust"
readme = "README.md"
keywords = ["actori"]
homepage = "https://github.com/actori/actori-derive/"
repository = "https://github.com/actori/actori-derive.git"
documentation = "https://docs.rs/actori-derive/"
license = "MIT/Apache-2.0"
exclude = [".gitignore", ".travis.yml", ".cargo/config", "appveyor.yml"]
[lib]
proc-macro = true
[dependencies]
quote = "1"
syn = { version = "1", features = ["full"] }
proc-macro2 = "1"