[features] strict = [] [package] name = "c-api-tools-macros" version = "0.1.0" edition = "2021" authors = [ "Matthew Scroggs ", "Timo Betcke ", ] description = "Proc macros for the c-api-tools crate." license = "BSD-3-Clause" homepage = "https://github.com/bempp/ndelement" repository = "https://github.com/bempp/ndelement" readme = "README.md" keywords = ["numerics"] categories = ["mathematics", "science"] [lib] name = "c_api_tools_macros" proc-macro = true [dependencies] syn = ">=2.0.87" proc-macro2 = "1.0" darling = "0.20" quote = "1.0" itertools = "0.13"