[package]
edition = "2021"
name = "solarti-program-error-derive"
version = "0.3.11"
authors = [
"Miraland Crafters <crafters@miraland.io>",
"Miraland Labs Maintainers <maintainers@miralandlabs.com>",
]
description = "Proc-Macro Library for Solarti Program error attributes and derive macro"
license = "Apache-2.0"
repository = "https://github.com/miraland-labs/solarti-program-library"
[lib]
name = "spl_program_error_derive"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.sha2]
version = "0.10"
[dependencies.syn]
version = "2.0"
features = ["full"]