# 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-asset-assembler" version = "0.0.77" description = "Honeycomb protocol library assembler program" license = "MIT" resolver = "1" [lib] name = "hpl_asset_assembler" crate-type = [ "cdylib", "lib", ] [dependencies.anchor-lang] version = "0.28.0" [dependencies.anchor-spl] version = "0.28.0" [dependencies.hpl-events] version = "=0.1.24" features = ["no-entrypoint"] [dependencies.hpl-hive-control] version = "0.2.14" features = ["cpi"] [dependencies.hpl-macros] version = "0.0.2" [dependencies.hpl-utils] version = "=0.1.11" [dependencies.mpl-token-metadata] version = "=1.13.2" features = ["no-entrypoint"] [features] cpi = ["no-entrypoint"] default = [] no-entrypoint = [] no-idl = [] no-log-ix-name = []