atlas-program-error 0.8.0

Library for Atlas Program error attributes and derive macro for creating them
Documentation
[dependencies.atlas-program-error-derive]
version = "0.6.0"

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.num_enum]
version = "0.7"

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

[dependencies.solana-program-error]
version = "3.0.0"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.lazy_static]
version = "1.5"

[dev-dependencies.serial_test]
version = "3.2"

[dev-dependencies.solana-sha256-hasher]
version = "3.0.0"

[dev-dependencies.solana-sysvar]
version = "3.0.0"

[lib]
crate-type = ["lib"]
name = "atlas_program_error"
path = "src/lib.rs"

[package]
authors = ["Anza Maintainers <maintainers@anza.xyz>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Library for Atlas Program error attributes and derive macro for creating them"
edition = "2021"
license = "Apache-2.0"
name = "atlas-program-error"
readme = "README.md"
repository = "https://github.com/atlaschain/libraries"
version = "0.8.0"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]

[[test]]
name = "bench"
path = "tests/bench.rs"

[[test]]
name = "into"
path = "tests/into.rs"

[[test]]
name = "mod"
path = "tests/mod.rs"

[[test]]
name = "spl"
path = "tests/spl.rs"

[[test]]
name = "to_str"
path = "tests/to_str.rs"