[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.snafu]
version = "0.8"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
name = "snafu_virtstack_macro"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Patrick Wadström <patrick@wadtech.se>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::debugging", "development-tools::procedural-macro-helpers"]
description = "Proc macro for snafu-virtstack providing automatic virtual stack trace implementation"
documentation = "https://docs.rs/snafu-virtstack-macro"
edition = "2024"
homepage = "https://github.com/wadtech/snafu-virtstack"
keywords = ["error", "snafu", "macro", "proc-macro", "debugging"]
license = "Apache-2.0"
name = "snafu-virtstack-macro"
readme = "README.md"
repository = "https://github.com/wadtech/snafu-virtstack"
version = "0.1.0"