[dependencies]
[lib]
crate-type = ["dylib"]
name = "decay_type"
plugin = true
[package]
authors = ["Donald Whyte <donaldwhyte0@gmail.com>"]
categories = ["development-tools::procedural-macro-helpers"]
description = "Macro for decaying Rust types to their simplest value type form"
documentation = "https://github.com/DonaldWhyte/decay_type"
homepage = "https://github.com/DonaldWhyte/decay_type"
keywords = ["type", "decay", "macro", "helper", "development"]
license = "MIT"
name = "decay_type"
readme = "README.md"
repository = "https://github.com/DonaldWhyte/decay_type"
version = "0.1.1"