[package] name = "urpc-macro" version = "0.1.0" edition = "2021" authors = ["Your Name "] description = "Procedural macros for urpc" license = "MIT OR Apache-2.0" repository = "https://github.com/your-username/urpc" keywords = ["rpc", "async", "networking", "macros"] categories = ["network-programming", "asynchronous"] [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.95" quote = "1.0.40" syn = { version = "2.0.101", features = ["full"] }