[dependencies.prettyplease]
optional = true
version = "0.1.10"
[dependencies.proc-macro2]
version = "1.0.0"
[dependencies.quote]
version = "1.0.0"
[dependencies.syn]
features = ["full", "visit-mut"]
version = "1.0.7"
[features]
debug-macros = ["prettyplease"]
default = []
[lib]
path = "mod.rs"
proc-macro = true
[package]
authors = ["Daniel Henry-Mantilla <daniel.henry.mantilla@gmail.com>"]
description = "Internal: proc-macro backend of ::nougat."
documentation = "https://docs.rs/nougat"
edition = "2018"
license = "Zlib OR MIT OR Apache-2.0"
name = "nougat-proc_macros"
repository = "https://github.com/danielhenrymantilla/nougat.rs"
version = "0.2.4"