[package]
edition = "2024"
rust-version = "1.85"
name = "tronz-sol-macro"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The `tron_sol!` procedural macro for the tronz TRON SDK — generates provider-bound, type-safe contract bindings from Solidity."
readme = false
keywords = [
"tron",
"blockchain",
"smart-contracts",
"abi",
"macro",
]
categories = [
"cryptography::cryptocurrencies",
"api-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/throgxyz/tronz"
resolver = "2"
[lib]
name = "tronz_sol_macro"
path = "src/lib.rs"
proc-macro = true
[dependencies.alloy-json-abi]
version = "1"
features = [
"std",
"serde_json",
]
default-features = false
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
features = [
"full",
"extra-traits",
]
[dependencies.syn-solidity]
version = "1"