[package] name = "canary-macro" version = "0.1.3" edition = "2021" repository = "https://github.com/znx3p0/canary" keywords = [ "rpc", "async", "network", "microservices", "api" ] description = "contains canary's macros" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = { version = "1", features = [ "full" ] } quote = "1" proc-macro-error = "1" [lib] proc-macro = true