[package] name = "srml-support-procedural" version = "1.0.0" authors = ["Parity Technologies "] edition = "2018" [lib] proc-macro = true [dependencies] srml-support-procedural-tools = { path = "./tools" } sr-api-macros = { path = "../../../core/sr-api-macros" } proc-macro2 = "0.4.27" quote = { version = "0.6.12" } # FIXME: https://github.com/paritytech/substrate/issues/2326 # Remove this restriction once the dependency on erstwhile CustomKeyword trait is removed syn = { version = ">= 0.15.30, < 0.15.32", features = ["full"] }