[package] name = "bomboni_macros" version = "0.1.52" authors = ["Tin Rabzelj "] description = "Common procedural macros. Part of Bomboni library." repository = "https://github.com/tinrab/bomboni" homepage = "https://github.com/tinrab/bomboni" license-file = "../LICENSE" readme = "../README.md" edition = "2021" [lib] name = "bomboni_macros" path = "src/lib.rs" proc-macro = true [dependencies] itertools = "0.12.0" proc-macro2 = { version = "1.0.71", features = ["proc-macro"] } syn = "2.0.42" quote = "1.0.33" darling = "0.20.3"