[package] name = "unwrap_helpers_proc_macros" version = "0.1.1" edition = "2021" authors = ["Andrew Wheeler "] description = "Process macro for unwrap_helpers." license = "MIT" repository = "https://github.com/AscendingCreations/unwrap_helpers" readme = "README.md" documentation = "https://docs.rs/unwrap_helpers_proc_macros" keywords = ["unwrap", "return", "macros", "option", "result"] [lib] proc-macro = true [dependencies] syn = {version = "1.0.81", features = ["full"]} quote = "1.0.10"