[package] name = "bma-benchmark-proc" version = "0.0.18" edition = "2018" license = "MIT" authors = ["Sergei S. "] repository = "https://github.com/alttch/bma-benchmark" description = "Procedure macros for bma-benchmark" [lib] proc-macro = true [dependencies] quote = "1.0.9" syn = { version = "1.0.76", features = ["full"] }