lpl-utils 0.1.0

MPL Core Utils library
Documentation
[dependencies.arrayref]
version = "0.3.6"

[dependencies.borsh]
version = "0.9.3"

[dependencies.safe-token]
features = ["no-entrypoint"]
optional = true
version = "3.2.0"

[dependencies.safecoin-program]
version = "1.13.5"

[features]
default = ["token"]
token = ["safe-token"]

[lib]
crate-type = ["lib", "cdylib"]
path = "src/lib.rs"

[package]
authors = ["Metaplex Developers <dev@metaplex.com>"]
description = "MPL Core Utils library"
edition = "2021"
license-file = "LICENSE"
name = "lpl-utils"
readme = "README.md"
repository = "https://github.com/metaplex-foundation/metaplex-program-library"
version = "0.1.0"
[profile.release]
overflow-checks = true