[package] name = "lazuli_derive" version.workspace = true authors.workspace = true description.workspace = true readme.workspace = true license.workspace = true repository.workspace = true edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.79" quote = "1.0.36" syn = "2.0.58"