[package] name = "dexalt-lib_derive" version = "0.2.1" edition = "2021" license-file = "../LICENSE" description = "Dexalt Library System" readme = "../README.md" homepage = "https://dexalt.github.io/dexalt/lib-sys" repository = "https://github.com/dexalt/dexalt" authors = ["Kevin Alexander Krefting "] [dependencies] proc-macro2 = "1.0.86" quote = "1.0.36" syn = "2.0.68" [lib] proc-macro = true