hpl-toolkit-attribute-honeycomb-context 0.0.3

HPL attribute macro for defining default honeycomb accounts in Anchor context
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "hpl-toolkit-attribute-honeycomb-context"
version = "0.0.3"
author = ['Sultan Nadeem <sultanndilaram@gmail.com>']
repository = "https://github.com/Honeycomb-Protocol/hpl-toolkit"
edition = "2021"
license = "MIT"
description = "HPL attribute macro for defining default honeycomb accounts in Anchor context"

[lib]
proc-macro = true

[dependencies]
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true }
convert_case = { workspace = true }