# 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-utils" version = "0.1.12" authors = ["Sultan Nadeem "] description = "utilities to be used accross honeycomb protocol library" license = "MIT" [lib] crate-type = [ "lib", "cdylib", ] path = "src/lib.rs" [dependencies.anchor-lang] version = "0.29.0" [dependencies.anchor-spl] version = "0.29.0" [dependencies.mpl-token-metadata] version = "=1.13.2" features = ["no-entrypoint"]