[package]
edition = "2021"
rust-version = "1.75"
name = "truthlinked-sdk-macros"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for truthlinked-sdk"
homepage = "https://github.com/truth-linked/truthlinked-sdk"
documentation = "https://docs.rs/truthlinked-sdk-macros"
readme = "README.md"
keywords = [
"blockchain",
"smart-contract",
"wasm",
"macros",
"truthlinked",
]
license = "MIT"
repository = "https://github.com/truth-linked/truthlinked-sdk"
[lib]
name = "truthlinked_sdk_macros"
path = "src/lib.rs"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
version = "2.0"
features = ["full"]