[package] name = "ygw-macros" version = "0.2.0" edition = "2021" description = "The goal of Yamcs Gateway is to allow Yamcs to control instruments/payloads as part of an EGSE. This crate facilitates easier definition of parameters and commands in Yamcs." homepage = "https://github.com/xpromache/yamcs-gateway" repository = "https://github.com/xpromache/yamcs-gateway" license = "MIT" [lib] proc-macro = true [dependencies] syn = {version = "2.0", features = ["full"]} quote = "1.0" proc-macro2 ="1.0"