# 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. cargo-features = ["workspace-inheritance"] [package] edition = "2021" name = "hpl-payment-manager" version = "0.0.6-beta.5" description = "Honeycomb protocol library payment manager program" license = "MIT" resolver = "1" [lib] name = "hpl_payment_manager" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.29.0" [dependencies.anchor-spl] version = "0.29.0" [dependencies.hpl-currency-manager] version = "0.0.84-beta.2" features = ["cpi"] [dependencies.hpl-hive-control] version = "0.2.19-beta.7" features = ["cpi"] [dependencies.hpl-toolkit] version = "0.0.3-beta.11" features = ["macros"] [dependencies.mpl-bubblegum] version = "1.1.0" [dependencies.mpl-token-metadata] version = "=1.13.2" features = ["no-entrypoint"] [dependencies.spl-account-compression] version = "0.3.0" features = ["cpi"] [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = []