[package]
edition = "2021"
rust-version = "1.75.0"
name = "rsactor-derive"
version = "0.13.0"
authors = ["Jeff Kim <hiking90@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Derive macros for rsActor framework"
homepage = "https://github.com/hiking90/rsactor"
readme = false
keywords = [
"actor",
"rust",
"framework",
]
license = "Apache-2.0"
repository = "https://github.com/hiking90/rsactor"
[lib]
name = "rsactor_derive"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
features = ["full"]
[dev-dependencies.tokio]
version = "1"
features = [
"macros",
"rt-multi-thread",
"sync",
"time",
"rt",
"rt-multi-thread",
"macros",
"time",
]