191e9d4abSLoGin[package] 291e9d4abSLoGinname = "unified-init-macros" 391e9d4abSLoGinversion = "0.1.0" 491e9d4abSLoGinedition = "2021" 591e9d4abSLoGin 691e9d4abSLoGin# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html 791e9d4abSLoGin 891e9d4abSLoGin[lib] 991e9d4abSLoGinproc-macro = true 1091e9d4abSLoGin 1191e9d4abSLoGin[dependencies] 1291e9d4abSLoGinproc-macro2 = "1.0.71" 1391e9d4abSLoGinquote = "1.0.33" 1491e9d4abSLoGinsyn = { version = "2.0.42", features = ["full"] } 1591e9d4abSLoGinuuid = { version = "0.8", features = ["v4"] } 1691e9d4abSLoGin 1791e9d4abSLoGin[dev-dependencies] 1891e9d4abSLoGinunified-init = { path = ".." } 19*bd70d2d1SLoGinlinkme = "=0.3.27" 2091e9d4abSLoGinsystem_error = { path = "../../system_error" } 21