[package]
edition = "2021"
rust-version = "1.85"
name = "reflow_pack_macro"
version = "0.2.1"
authors = ["Damilare Akinlaja"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proc macro for authoring Reflow actor packs — emits the cdylib entrypoints required by reflow_pack_loader."
homepage = "https://github.com/offbit-ai/reflow"
documentation = "https://docs.rs/reflow_pack_macro"
readme = false
keywords = [
"reflow",
"actor",
"plugin",
"macro",
]
categories = ["development-tools::procedural-macro-helpers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/offbit-ai/reflow"
[lib]
name = "reflow_pack_macro"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
features = ["full"]