[package] name = "instructions-template" version = "0.1.0" edition = "2021" [dependencies] indexmap = "*" proc-macro2 = "*" quote = "*" strum = "0.23" strum_macros = "0.23" syn = { version = "*", features = ['full', 'visit', 'extra-traits'] } to-syn-value = { path = "../to-syn-value" } to-syn-value_derive = { path = "../to-syn-value_derive" }