[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "2"
[lib]
name = "anywrap_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Thomson <tongshengzhou@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Macro for anywrap"
edition = "2024"
include = ["Cargo.toml", "src/**/*"]
license = "MIT OR Apache-2.0"
name = "anywrap-macro"
readme = false
repository = "https://github.com/dancingpeanut/snafu-tracing"
version = "0.1.0"