mpl-utils 0.3.5

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

[dependencies.solana-program]
version = ">= 1.14.13, < 1.19"

[dependencies.spl-token-2022]
features = ["no-entrypoint"]
optional = true
version = ">= 0.6.0, < 0.9"

[features]
default = ["spl-token"]
spl-token = ["spl-token-2022"]

[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 = "mpl-utils"
readme = "README.md"
repository = "https://github.com/metaplex-foundation/metaplex-program-library"
version = "0.3.5"
[profile.release]
overflow-checks = true