[dependencies.num-derive]
version = "0.4"
[dependencies.num-traits]
version = "0.2"
[dependencies.solana-program]
version = "2.1.0"
[dependencies.spl-program-error-derive]
version = "0.4.1"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies.lazy_static]
version = "1.5"
[dev-dependencies.serial_test]
version = "3.1"
[dev-dependencies.solana-sdk]
version = "2.1.0"
[lib]
crate-type = ["cdylib", "lib"]
name = "spl_program_error"
path = "src/lib.rs"
[package]
authors = ["Solana Labs Maintainers <maintainers@solanalabs.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Library for Solana Program error attributes and derive macro for creating them"
edition = "2021"
license = "Apache-2.0"
name = "spl-program-error"
readme = "README.md"
repository = "https://github.com/solana-labs/solana-program-library"
version = "0.6.0"
[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
[[test]]
name = "bench"
path = "tests/bench.rs"
[[test]]
name = "decode"
path = "tests/decode.rs"
[[test]]
name = "into"
path = "tests/into.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"
[[test]]
name = "print"
path = "tests/print.rs"
[[test]]
name = "spl"
path = "tests/spl.rs"