gmsol-decode 0.9.0

GMX-Solana is an extension of GMX on the Solana blockchain.
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 = "gmsol-decode"
version = "0.9.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "GMX-Solana is an extension of GMX on the Solana blockchain."
documentation = "https://docs.rs/gmsol-decode"
readme = "README.md"
keywords = [
    "gmx-solana",
    "gmx",
    "solana",
]
license-file = "LICENSE"
repository = "https://github.com/gmsol-labs/gmx-solana"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []
gmsol-programs = ["dep:gmsol-programs"]
solana-decoder = ["bs58"]

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

[dependencies.anchor-lang]
version = "0.31.1"

[dependencies.base64]
version = "0.22.1"

[dependencies.bs58]
version = "0.5.1"
optional = true

[dependencies.bytemuck]
version = "1.19.0"

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.gmsol-programs]
version = "0.9.0"
optional = true

[dependencies.paste]
version = "1.0.15"

[dependencies.solana-sdk]
version = ">=2.1.0,<2.2.0"

[dependencies.solana-transaction-status-client-types]
version = "2.1.0"

[dependencies.thiserror]
version = "1.0.69"

[dependencies.tracing]
version = "0.1.40"