[[bin]]
name = "export_builtins"
path = "src/bin/export_builtins.rs"
required-features = ["doc_export"]
[dependencies.blas]
optional = true
version = "0.22"
[dependencies.chrono]
features = ["serde"]
version = "0.4.42"
[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5"
[dependencies.encoding_rs]
version = "0.8.35"
[dependencies.glam]
version = "0.24"
[dependencies.glob]
version = "0.3"
[dependencies.inventory]
version = "0.1"
[dependencies.lapack]
optional = true
version = "0.19"
[dependencies.libc]
version = "0.2"
[dependencies.log]
version = "0.4"
[dependencies.nalgebra]
version = "0.32"
[dependencies.num-complex]
version = "0.4"
[dependencies.once_cell]
version = "1.19"
[dependencies.regex]
version = "1.11.1"
[dependencies.reqwest]
default-features = false
features = ["blocking", "charset", "gzip", "json", "rustls-tls"]
version = "0.12"
[dependencies.runmat-accelerate-api]
version = "=0.2.2"
[dependencies.runmat-builtins]
version = "=0.2.2"
[dependencies.runmat-gc]
version = "=0.2.2"
[dependencies.runmat-gc-api]
version = "=0.2.2"
[dependencies.runmat-macros]
version = "=0.2.2"
[dependencies.runmat-plot]
version = "=0.2.2"
[dependencies.rustfft]
version = "6.2"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.serde_yaml]
optional = true
version = "0.9"
[dependencies.tokio]
features = ["full"]
version = "1"
[features]
blas-lapack = ["blas", "lapack", "accelerate-src", "openblas-src"]
blas-only = ["blas", "accelerate-src", "openblas-src"]
default = ["gui"]
doc_export = ["serde", "serde_yaml", "clap"]
gui = ["runmat-plot/gui"]
jupyter = ["runmat-plot/jupyter"]
test-classes = []
wgpu = []
[lib]
name = "runmat_runtime"
path = "src/lib.rs"
[package]
authors = ["Dystr Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Core runtime for RunMat with builtins, BLAS/LAPACK integration, and execution APIs"
edition = "2021"
homepage = "https://runmat.org"
license = "MIT"
license-file = "LICENSE"
links = "runmat_runtime_native"
name = "runmat-runtime"
readme = false
repository = "https://github.com/runmat-org/runmat"
version = "0.2.2"
[target.'cfg(not(target_os = "macos"))'.dependencies.openblas-src]
features = ["system", "cblas"]
optional = true
version = "0.10"
[target.'cfg(target_os = "macos")'.dependencies.accelerate-src]
optional = true
version = "0.3"
[[test]]
name = "blas_lapack"
path = "tests/blas_lapack.rs"
[[test]]
name = "builtins_variants"
path = "tests/builtins_variants.rs"
[[test]]
name = "complex"
path = "tests/complex.rs"
[[test]]
name = "elementwise_negation"
path = "tests/elementwise_negation.rs"
[[test]]
name = "handles"
path = "tests/handles.rs"
[[test]]
name = "integers"
path = "tests/integers.rs"
[[test]]
name = "logicals"
path = "tests/logicals.rs"
[[test]]
name = "matrix_ops"
path = "tests/matrix_ops.rs"
[[test]]
name = "nd_ops"
path = "tests/nd_ops.rs"
[[test]]
name = "power_operations"
path = "tests/power_operations.rs"
[[test]]
name = "reduction_parity"
path = "tests/reduction_parity.rs"
[[test]]
name = "rng"
path = "tests/rng.rs"