[package] name = "photonio-macros" version = "0.0.5" edition = "2021" license = "MIT" authors = ["The PhotonIO Authors"] homepage = "https://photondb.io" repository = "https://github.com/photondb/photonio" description = "Procedural macros for PhotonIO." [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "1.0", features = ["full"] }