[dependencies.syn]
version = "1.0"
[lib]
crate_type = ["proc-macro"]
[package]
authors = ["AspiringLich"]
description = "A small proc-macro that replaces instances of `?` with `.unwrap()`"
license = "MIT"
name = "auto_unwrap"
readme = "README.md"
version = "1.0.0"