[package] name = "hpl-buzz-guild" description = "Honeycomb protocol library guild kit program" author = [ "Sultan Nadeem ", "Owais Iqbal ", ] version = "0.0.1" edition = "2021" license = "MIT" [lib] crate-type = ["cdylib", "lib"] name = "hpl_buzz_guild" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] [dependencies] anchor-lang = { version = "0.28.0", features = ["init-if-needed"] } anchor-spl = "0.28.0" hpl-macros = "0.0.2" hpl-utils = "0.1.11" hpl-events = { version = "0.1.24", features = ["no-entrypoint"] } hpl-hive-control = { version = "0.2.13", features = ["cpi"] } hpl-payment-manager = { version = "0.0.5", features = ["cpi"] } hpl-nectar-staking = { version = "0.1.46", features = ["cpi"] } spl-account-compression = { version = "0.2.0", features = ["cpi"] }