[package] name = "rsymtab_macros" version = "0.1.0" edition = "2021" authors = ["Roee Shoshani"] description = "generation of an exported symbol table like ksymtab for rust crates" repository = "https://github.com/roeeshoshani/rsymtab" license = "MIT" keywords = ["ksymtab", "symbol", "table", "kernel", "generation"] categories = ["embedded", "accessibility", "no-std", "config"] # 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.69" quote = "1.0.33" syn = { version = "2.0.38", features = ["full"] }