[package] name = "graphblas_sparse_linear_algebra_proc_macros" description = "Utility crate with procedural macros for graphblas_sparse_linear_algebra." version = "0.3.1" edition = "2021" license = "CC-BY-NC-4.0" authors = ["code_sam "] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = {version = "1.0", features = ["full"]} quote = {version = "1.0"}