[package] name = "identified_vec_macros" version = "0.1.5" edition = "2021" authors = ["Alexander Cyon "] description = "A macro which allows you to create IdentifiedVecOf newtypes which act as if they were IdentifiedVecOf." license = "MIT" readme = "../README.md" repository = "https://github.com/Sajjon/identified_vec" keywords = [ "identified_vec_of", "newtype", "via", "identifiable", "identified_vec", ] categories = ["data-structures"] [dependencies] identified_vec = { version = "0.1.5", path = "../identified_vec" } proc-macro2 = "1.0.70" quote = "1.0" syn = { version = "2.0", features = ["extra-traits", "full", "parsing"] }