[package] name = "spl-program-error" version = "0.6.0" description = "Library for Solana Program error attributes and derive macro for creating them" authors = ["Solana Labs Maintainers "] repository = "https://github.com/solana-labs/solana-program-library" license = "Apache-2.0" edition = "2021" [dependencies] num-derive = "0.4" num-traits = "0.2" solana-program = "2.1.0" spl-program-error-derive = { version = "0.4.1", path = "./derive" } thiserror = "1.0" [dev-dependencies] lazy_static = "1.5" serial_test = "3.1" solana-sdk = "2.1.0" [lib] crate-type = ["cdylib", "lib"] [package.metadata.docs.rs] targets = ["x86_64-unknown-linux-gnu"]