[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.10"
[dependencies.q]
package = "quote"
version = "1.0.3"
[dependencies.syn]
features = ["full"]
version = "2.0.38"
[lib]
name = "genco_macros"
path = "src/lib.rs"
proc-macro = true
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(proc_macro_span)"]
level = "warn"
priority = 0
[package]
authors = ["John-John Tedro <udoprog@tedro.se>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
categories = ["template-engine"]
description = """
A whitespace-aware quasiquoter for beautiful code generation.
"""
documentation = "https://docs.rs/genco"
edition = "2018"
homepage = "https://github.com/udoprog/genco"
keywords = ["code-generation", "template"]
license = "MIT OR Apache-2.0"
name = "genco-macros"
readme = "README.md"
repository = "https://github.com/udoprog/genco"
rust-version = "1.66"
version = "0.17.10"