genco-macros 0.5.0-alpha.10

Macros used by Genco, the even simpler code generator for Rust.
Documentation
[package]
name = "genco-macros"
version = "0.5.0-alpha.10"
authors = ["John-John Tedro <udoprog@tedro.se>"]
license = "MIT/Apache-2.0"
edition = "2018"
repository = "https://github.com/udoprog/genco"
homepage = "https://github.com/udoprog/genco"
documentation = "https://docs.rs/genco"
description = """
Macros used by Genco, the even simpler code generator for Rust.
"""

[dependencies]
syn = { version = "1.0.18", features = ["full", "visit-mut"] }
quote = "1.0.3"
proc-macro2 = { version = "1.0.10", features = ["span-locations"] }

[dev-dependencies]
genco = { path = "..", version = "=0.5.0-alpha.10" }

[lib]
proc-macro = true