[package] name = "rustmex_interleaved_complex" version = "0.2.0" edition = "2021" license = "MPL-2.0" description = "Rustmex libary with implementations for interleaved complex numeric arrays" keywords = ["Rustmex", "Matlab", "mex", "ffi"] repository = "https://gitlab.com/nielstermeer/rustmex" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] num-complex = "0.4" rustmex_core = { path = "../core", version = "0.2"} ndarray = "0.15.4"