metaboss 0.49.0

The Metaplex NFT-standard Swiss Army Knife tool.
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 = "metaboss"
version = "0.49.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The Metaplex NFT-standard Swiss Army Knife tool."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/samuelvanderwaal/metaboss"

[lib]
name = "metaboss"
path = "src/lib.rs"

[[bin]]
name = "metaboss"
path = "src/main.rs"

[[test]]
name = "collection_tests"
path = "tests/collection_tests.rs"

[[test]]
name = "create_mint_tests"
path = "tests/create_mint_tests.rs"

[[test]]
name = "decode_tests"
path = "tests/decode_tests.rs"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"

[[test]]
name = "mint"
path = "tests/mint.rs"

[[test]]
name = "priority_tests"
path = "tests/priority_tests.rs"

[[test]]
name = "set_tests"
path = "tests/set_tests.rs"

[[test]]
name = "snapshot_tests"
path = "tests/snapshot_tests.rs"

[[test]]
name = "update_tests"
path = "tests/update_tests.rs"

[[test]]
name = "verify_tests"
path = "tests/verify_tests.rs"

[dependencies.anyhow]
version = "1.0.76"

[dependencies.async-trait]
version = "0.1.75"

[dependencies.base64]
version = "0.13.1"

[dependencies.bincode]
version = "1.3.3"

[dependencies.borsh]
version = "0.10.3"

[dependencies.bs58]
version = "0.4.0"

[dependencies.chrono]
version = "0.4.31"

[dependencies.console]
version = "0.15.7"

[dependencies.dashmap]
version = "5.5"

[dependencies.dirs]
version = "5.0.1"

[dependencies.env_logger]
version = "0.9.3"

[dependencies.futures]
version = "0.3.29"

[dependencies.glob]
version = "0.3.1"

[dependencies.indexmap]
version = "1.9.3"
features = ["serde"]

[dependencies.indicatif]
version = "0.16.2"
features = ["rayon"]

[dependencies.jib]
version = "0.11.0"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.log]
version = "0.4.20"

[dependencies.metaboss_lib]
version = "0.24.0"

[dependencies.mpl-core]
version = "0.11.1"

[dependencies.mpl-token-metadata]
version = "5.1.1"
features = ["serde"]

[dependencies.num_cpus]
version = "1.16.0"

[dependencies.once_cell]
version = "1.19.0"

[dependencies.phf]
version = "0.10"
features = ["macros"]

[dependencies.ratelimit]
version = "0.4.4"

[dependencies.rayon]
version = "1.8.0"

[dependencies.regex]
version = "1.10.2"

[dependencies.reqwest]
version = "0.11.23"
features = [
    "json",
    "rustls-tls-webpki-roots",
    "blocking",
]
default-features = false

[dependencies.retry]
version = "1.3.1"

[dependencies.serde]
version = "1.0.193"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.108"

[dependencies.serde_yaml]
version = "0.8.26"

[dependencies.shellexpand]
version = "2.1.2"

[dependencies.solana-account-decoder]
version = "=2.3.1"

[dependencies.solana-client]
version = "=2.3.1"

[dependencies.solana-logger]
version = "=2.3.1"

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

[dependencies.solana-sdk]
version = "=2.3.1"

[dependencies.solana-sdk-ids]
version = "=2.2.1"

[dependencies.spl-associated-token-account]
version = "~7.0"

[dependencies.spl-pod]
version = "~0.5.1"

[dependencies.spl-token]
version = "~8.0"

[dependencies.spl-token-2022]
version = "~8.0"

[dependencies.spl-token-group-interface]
version = "~0.6"

[dependencies.spl-token-metadata-interface]
version = "~0.7"

[dependencies.structopt]
version = "0.3.26"

[dependencies.thiserror]
version = "1.0.51"

[dependencies.tokio]
version = "1.35.1"