[package] name = "gearbox-macros" version = "0.0.1" edition = "2021" authors = ["Anders Blenstrup-Pedersen "] description = "Support library for Gearbox adding proc macros" readme = "README.md" categories = [] keywords = ["tooling"] license = "MIT" repository = "https://github.com/nebula-technologies/gearbox-macros" resolver = "2" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = { version = "2.0.70", features = ["full"] } quote = "1.0" proc-macro2 = "1.0" yaml-rust = "0.4" serde_json = "1.0.120" serde_yaml = "0.9.34"