[package]
edition = "2021"
name = "stellar-macros"
version = "0.7.2"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Macros for Stellar contracts."
readme = "README.md"
license = "MIT"
repository = "https://github.com/OpenZeppelin/stellar-contracts"
[package.metadata.stellar]
cargo_inherit = true
[lib]
name = "stellar_macros"
path = "src/lib.rs"
doctest = false
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
features = ["full"]