[package] name = "suborbital-macro" version = "0.16.3" edition = "2018" authors = ["cohix ", "Florian Fromm "] description = "Macro for setting up a Plugin" license = "Apache-2.0" repository = "https://github.com/suborbital/sdk" homepage = "https://suborbital.dev" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = "1.0.80" quote = "1.0.10"