[package] name = "rs2glsl-macros" version = "0.3.4" edition = "2021" license = "MIT" description = "macro implementations for rs2glsl" [lib] proc-macro = true [dependencies] quote = "1.0" proc-macro2 = "1.0" syn = { version = "2.0", features = ["full", "parsing", "printing", "derive", "extra-traits", "visit"] } cartesian = "0.2.1" lazy_static = "1.4.0"