solana-transaction-error 3.3.2

Solana TransactionError type
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"
rust-version = "1.89.0"
name = "solana-transaction-error"
version = "3.3.2"
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Solana TransactionError type"
homepage = "https://anza.xyz/"
documentation = "https://docs.rs/solana-transaction-error"
readme = false
license = "Apache-2.0"
repository = "https://github.com/anza-xyz/solana-sdk"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
all-features = true
rustdoc-args = ["--cfg=docsrs"]

[features]
frozen-abi = [
    "dep:solana-frozen-abi",
    "dep:solana-frozen-abi-macro",
    "serde",
    "solana-instruction-error/frozen-abi",
]
serde = [
    "dep:serde",
    "dep:serde_derive",
    "solana-instruction-error/serde",
]
wincode = [
    "dep:wincode",
    "solana-instruction-error/wincode",
]

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

[dependencies.serde]
version = "1.0.226"
optional = true
default-features = false

[dependencies.serde_derive]
version = "1.0.226"
optional = true

[dependencies.solana-frozen-abi]
version = ">=3.6.0,<3.8.0"
features = ["frozen-abi"]
optional = true

[dependencies.solana-frozen-abi-macro]
version = "3.6.0"
optional = true
default-features = false

[dependencies.solana-instruction-error]
version = ">=2.4.0,<2.5.0"

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

[dependencies.wincode]
version = "0.5.0"
features = ["derive"]
optional = true
default-features = false

[dev-dependencies]

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