runmat-snapshot 0.2.8

High-performance snapshot creator for preloading RunMat standard library
Documentation
[[bench]]
name = "snapshot_performance"
path = "benches/snapshot_performance.rs"

[[bin]]
name = "runmat-snapshot-tool"
path = "src/bin/tool.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bincode]
version = "1.3"

[dependencies.blake3]
optional = true
version = "1.5"

[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4.4"

[dependencies.crc32fast]
optional = true
version = "1.3"

[dependencies.env_logger]
version = "0.10"

[dependencies.indicatif]
version = "0.17"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.lz4]
optional = true
version = "1.24"

[dependencies.memmap2]
version = "0.9"

[dependencies.parking_lot]
version = "0.12"

[dependencies.runmat-builtins]
version = "=0.2.8"

[dependencies.runmat-gc]
version = "=0.2.8"

[dependencies.runmat-hir]
version = "=0.2.8"

[dependencies.runmat-ignition]
version = "=0.2.8"

[dependencies.runmat-parser]
version = "=0.2.8"

[dependencies.runmat-runtime]
version = "=0.2.8"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.sha2]
optional = true
version = "0.10"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
features = ["full"]
version = "1.0"

[dependencies.zstd]
optional = true
version = "0.13"

[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.5"

[dev-dependencies.env_logger]
version = "0.10"

[dev-dependencies.tempfile]
version = "3.8"

[features]
blas-lapack = ["runmat-runtime/blas-lapack"]
compression = ["lz4", "zstd"]
default = ["compression", "validation"]
validation = ["sha2", "blake3", "crc32fast"]

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

[package]
authors = ["Dystr Team"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "development-tools", "compilers"]
description = "High-performance snapshot creator for preloading RunMat standard library"
edition = "2021"
keywords = ["matlab", "octave", "snapshot", "serialization", "performance"]
license = "MIT"
license-file = "LICENSE"
name = "runmat-snapshot"
readme = false
version = "0.2.8"

[[test]]
name = "compression"
path = "tests/compression.rs"

[[test]]
name = "format"
path = "tests/format.rs"

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "presets"
path = "tests/presets.rs"