ton_lib_macros 0.0.13

A collection of types and utilities for interacting with the TON network
Documentation
[dependencies.deluxe]
version = "0.5.0"

[dependencies.proc-macro-crate]
version = "3"

[dependencies.proc-macro2]
version = "1.0.94"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0"

[dev-dependencies]

[lib]
name = "ton_lib_macros"
path = "src/lib.rs"
proc-macro = true

[package]
authors = ["Sild <silddev@icloud.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"
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.13"