[lib]
proc-macro = true
[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
categories = ["rust-patterns"]
description = " Procedural macro implemention of the reverse operation of `stringify!`\n"
documentation = "https://docs.rs/unstringify"
edition = "2018"
homepage = "https://crates.io/crates/unstringify"
keywords = ["proc-macro", "stringify", "tokenize", "preprocessor"]
license = "Zlib OR MIT OR Apache-2.0"
name = "unstringify"
readme = "README.md"
repository = "https://github.com/danielhenrymantilla/unstringify.rs"
version = "0.1.4-rc1"