[package] name = "pagetop-macros" version = "0.0.14" edition = "2021" description = """\ A collection of macros that boost PageTop development.\ """ categories = ["development-tools::procedural-macro-helpers", "web-programming"] keywords = ["pagetop", "macros", "proc-macros", "codegen"] repository = "https://github.com/manuelcillero/pagetop" homepage = "https://pagetop.cillero.es" license = "MIT OR Apache-2.0" authors = ["Manuel Cillero "] [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.92" proc-macro-crate = "3.2.0" proc-macro-error = "1.0.4" quote = "1.0.37" syn = { version = "2.0.90", features = ["full"] }