[package] name = "hpl-events" version = "0.1.25" author = ['Sultan Nadeem '] repository = "https://github.com/Honeycomb-Protocol/hpl-compression" edition = "2021" license = "MIT" description = "Honeycomb protocol library No-Op program to wrap events" [lib] crate-type = ["cdylib", "lib"] name = "hpl_events" [features] no-entrypoint = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = "0.29.0" hpl-attribute-event = { path = "../../attributes/event", version = "0.1.23" }