[dependencies.borsh]
features = ["derive", "unstable__schema"]
optional = true
version = "1.5.5"
[dependencies.num-traits]
version = "0.2"
[dependencies.rialo-s-decode-error]
version = "^0.1.0"
[dependencies.rialo-s-instruction]
default-features = false
features = ["std"]
version = "^0.1.0"
[dependencies.rialo-s-msg]
version = "^0.1.0"
[dependencies.rialo-s-pubkey]
default-features = false
version = "^0.1.0"
[dependencies.serde]
optional = true
version = "1.0.217"
[dependencies.serde_derive]
optional = true
version = "1.0.217"
[features]
borsh = ["dep:borsh"]
serde = ["dep:serde", "dep:serde_derive"]
[lib]
name = "rialo_s_program_error"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(target_feature, values("static-syscalls"))', 'cfg(target_os, values("solana"))', 'cfg(feature, values("frozen-abi", "no-entrypoint", "custom-panic", "custom-heap"))']
level = "warn"
priority = 0
[package]
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Solana ProgramError type and related definitions."
documentation = "https://docs.rs/rialo-s-program-error"
edition = "2021"
homepage = "https://anza.xyz/"
license = "Apache-2.0"
name = "rialo-s-program-error"
publish = ["crates-io"]
readme = false
repository = "https://github.com/anza-xyz/agave"
resolver = "3"
rust-version = "1.79"
version = "0.1.10"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg=docsrs"]
targets = ["x86_64-unknown-linux-gnu"]