[package] name = "hpl-attribute-event" version = "0.1.24" author = ['Sultan Nadeem '] repository = "https://github.com/Honeycomb-Protocol/hpl-compression" edition = "2021" license = "MIT" description = "HPL attribute macro for defining an event" [lib] proc-macro = true [dependencies] proc-macro2 = "1" quote = "1" syn = { version = "2.0.28", features = ["full"] } convert_case = "0.6.0"