mpl-utils 0.5.0

MPL Core Utils library
Documentation
# 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 = "mpl-utils"
version = "0.5.0"
authors = ["Metaplex Developers <dev@metaplex.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "MPL Core Utils library"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/metaplex-foundation/mpl-utils"

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

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

[dependencies.arrayref]
version = "0.3.8"

[dependencies.solana-program]
version = "3.0.0"

[dependencies.solana-system-interface]
version = "2.0"
features = ["bincode"]

[dependencies.spl-token-2022]
version = "10.0.0"
features = ["no-entrypoint"]
optional = true

[profile.release]
overflow-checks = true