[package] name = "msg_tool_macro" version = "0.1.0" edition = "2024" [lib] proc-macro = true [features] artemis-arc = [] [dependencies] syn = { version = "2", features = ["full"] } quote = "1"