[package] name = "rustmex-entrypoint" version = "0.4.2" edition = "2021" license = "MPL-2.0" description = "Rustmex: providing convenient Rust bindings to Matlab MEX API's" repository = "https://gitlab.com/nielstermeer/rustmex" keywords = ["Matlab", "MEX", "ffi", "matrix", "science"] [lib] proc-macro = true [dependencies] syn = {version = "1.0", features = ["full"]} quote = "1.0"