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