rustmex 0.6.4

Rustmex: providing convenient Rust bindings to Matlab MEX API's
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "rustmex"
version = "0.6.4"
build = false
include = [
    "**/*.rs",
    "**/*.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rustmex: providing convenient Rust bindings to Matlab MEX API's"
readme = "README.md"
keywords = [
    "Matlab",
    "MEX",
    "ffi",
    "matrix",
    "science",
]
license = "MPL-2.0"
repository = "https://gitlab.com/nielstermeer/rustmex"
resolver = "1"

[package.metadata.docs.rs]
features = ["default"]

[features]
alloc = []
complex = []
default = [
    "alloc",
    "entrypoint",
]
entrypoint = ["dep:rustmex-entrypoint"]
matlab700 = ["dep:rustmex_matlab700"]
matlab800 = ["dep:rustmex_matlab800"]
octave = ["dep:rustmex_octave"]

[lib]
name = "rustmex"
path = "src/lib.rs"

[dependencies.cfg-if]
version = "1"

[dependencies.more-asserts]
version = "0.3.0"

[dependencies.ndarray]
version = "0.15.4"

[dependencies.num-complex]
version = "0.4"

[dependencies.rustmex-entrypoint]
version = "0.4"
optional = true

[dependencies.rustmex_core]
version = "0.3.0"

[dependencies.rustmex_interleaved_complex]
version = "0.2"

[dependencies.rustmex_matlab700]
version = "=0.1.2"
optional = true

[dependencies.rustmex_matlab800]
version = "=0.2.0"
optional = true

[dependencies.rustmex_octave]
version = "=0.1.2"
optional = true

[dependencies.rustmex_separated_complex]
version = "0.2"