[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0.66"
[lib]
name = "acton_macro"
path = "src/lib.rs"
proc-macro = true
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Acton Macro provides procedural macros that simplify the creation of messages and agents in the Acton framework, enabling more concise and expressive code."
edition = "2021"
homepage = "https://github.com/Govcraft/acton-reactive"
license = "Apache-2.0 OR MIT"
name = "acton-macro"
readme = "README.md"
repository = "https://github.com/Govcraft/acton-reactive"
version = "3.3.0"