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