[dependencies.syn]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["AspiringLich"]
description = "A small proc-macro that replaces instances of `?` with `.unwrap()`"
keywords = ["unwrap", "macro", "proc-macro"]
license = "MIT"
name = "auto_unwrap"
readme = "README.md"
repository = "https://github.com/aspiringLich/auto_unwrap"
version = "1.1.0"