[package] name = "trapper" version = "2.0.0" edition = "2018" authors = ["Sydney Acksman "] description = "A library for creating newtypes that don't require ownership of their internal value" license = "MIT" repository = "https://github.com/ObsidianMinor/trapper" readme = "../../README.md" keywords = ["wrapper", "newtype"] categories = ["no-std"] [dependencies] trapper_macro = { path = "../trapper_macro", version = "1.0.0" }