[package]
name = "anchor-cli-macros"
version.workspace = true
edition = "2024"
publish = true
repository = "https://github.com/otter-sec/anchor"
description = "Macros used internally by the Anchor CLI"
license = "Apache-2.0"
[package.metadata.docs.rs]
workspace = true
[lib]
proc-macro = true
[dependencies]
quote = "1"
proc-macro2 = "1.0"
syn = { workspace = true }