pagetop/helpers/pagetop-macros/Cargo.toml

25 lines
654 B
TOML

[package]
name = "pagetop-macros"
version = "0.0.13"
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 <manuel@cillero.es>"]
[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"] }