metaboss_lib 0.24.0

The core library for the metaboss cli.
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_lib"
version = "0.24.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The core library for the metaboss cli."
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/samuelvanderwaal/metaboss_lib"

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

[dependencies.anyhow]
version = "1.0.52"

[dependencies.borsh]
version = "~0.10.3"

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

[dependencies.retry]
version = "1.3.0"

[dependencies.rmp-serde]
version = "1.1.1"

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

[dependencies.serde_json]
version = "1.0.91"

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

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

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

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

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

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

[dependencies.thiserror]
version = "1.0.30"