[package] name = "hpl-toolkit-macro-merkle-tree-apply-fn-deep" version = "0.0.1" author = ['Sultan Nadeem '] repository = "https://github.com/Honeycomb-Protocol/hpl-toolkit" edition = "2021" license = "MIT" description = "HPL attribute macro for defining an event" [lib] proc-macro = true [dependencies] proc-macro2 = { workspace = true } quote = { workspace = true } syn = { workspace = true }