[dependencies.convert_case]
version = "0.8"
[dependencies.deluxe]
version = "0.5"
[dependencies.proc-macro-crate]
version = "3.3"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"
[lib]
name = "ton_lib_macros"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Sild <silddev@pm.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A collection of types and utilities for interacting with the TON network"
edition = "2021"
include = ["Cargo.toml", "src/*"]
keywords = ["ton", "the-open-network", "blockchain", "crypto"]
license = "MIT OR Apache-2.0"
name = "ton_lib_macros"
publish = true
readme = "README.md"
repository = "https://github.com/sild/ton_lib_rs"
rust-version = "1.81"
version = "0.0.21"