light-instruction-decoder 0.2.0

Instruction decoder library for litsvm tests.
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 = "light-instruction-decoder"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Instruction decoder library for litsvm tests."
readme = false
license = "Apache-2.0"
repository = "https://github.com/Lightprotocol/light-protocol"

[features]
default = ["light-protocol"]
light-protocol = [
    "dep:light-compressed-account",
    "dep:light-sdk-types",
    "dep:light-token-interface",
]

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

[dependencies.borsh]
version = "0.10.4"
features = ["std"]
default-features = false

[dependencies.bs58]
version = "^0.5.1"

[dependencies.light-compressed-account]
version = "0.9.0"
optional = true
default-features = false

[dependencies.light-instruction-decoder-derive]
version = "0.2.0"

[dependencies.light-sdk-types]
version = "0.19.0"
optional = true
default-features = false

[dependencies.light-token-interface]
version = "0.3.0"
optional = true

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.solana-instruction]
version = "2"

[dependencies.solana-pubkey]
version = "2"
features = ["curve25519"]

[dependencies.solana-signature]
version = "2"

[target.'cfg(not(target_os = "solana"))'.dependencies.tabled]
version = "0.20"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ['cfg(target_os, values("solana"))']