[package] name = "hpl-hive-control" description = "Honeycomb protocol library guild kit program" author = ['Sultan Nadeem '] version = "0.2.19-beta.36" edition = "2021" license = "MIT" [lib] crate-type = ["cdylib", "lib"] name = "hpl_hive_control" [features] no-entrypoint = [] no-idl = [] no-log-ix-name = [] cpi = ["no-entrypoint"] default = [] idl-build = [ "anchor-lang/idl-build", "hpl-toolkit/idl-build", "spl-account-compression/idl-build", ] [dependencies] anchor-lang = "0.29.0" anchor-spl = "0.29.0" solana-program = "1.17.24" hpl-toolkit = { version = "0.0.4-beta.2" } spl-account-compression = { version = "0.4.2", features = ["cpi"] } spl-concurrent-merkle-tree = "0.2.0" solana-gateway = { version = "=0.6.0", features = ["no-entrypoint"] } hashbrown = "=0.14.2" ahash = "=0.8.6"