# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "hpl-hive-control" version = "0.2.19-beta.36" description = "Honeycomb protocol library guild kit program" license = "MIT" resolver = "1" [lib] name = "hpl_hive_control" crate-type = [ "cdylib", "lib", ] [dependencies.ahash] version = "=0.8.6" [dependencies.anchor-lang] version = "0.29.0" [dependencies.anchor-spl] version = "0.29.0" [dependencies.hashbrown] version = "=0.14.2" [dependencies.hpl-toolkit] version = "0.0.4-beta.2" [dependencies.solana-gateway] version = "=0.6.0" features = ["no-entrypoint"] [dependencies.solana-program] version = "1.17.24" [dependencies.spl-account-compression] version = "0.4.2" features = ["cpi"] [dependencies.spl-concurrent-merkle-tree] version = "0.2.0" [features] cpi = ["no-entrypoint"] default = [] idl-build = [ "anchor-lang/idl-build", "hpl-toolkit/idl-build", "spl-account-compression/idl-build", ] no-entrypoint = [] no-idl = [] no-log-ix-name = []