diffai-core 0.4.0

Core library for AI/ML diff analysis - PyTorch, Safetensors, tensor statistics
Documentation
[[bench]]
harness = false
name = "diff_benchmark"
path = "benches/diff_benchmark.rs"

[[bench]]
harness = false
name = "ml_performance"
path = "benches/ml_performance.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.bytemuck]
version = "1.14"

[dependencies.candle-core]
version = "0.8"

[dependencies.candle-nn]
version = "0.8"

[dependencies.diffx-core]
version = "0.6"

[dependencies.matfile]
version = "0.1"

[dependencies.ndarray]
version = "0.16"

[dependencies.regex]
version = "1.0"

[dependencies.safetensors]
version = "0.4"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.zip]
version = "2.2"

[dev-dependencies.cargo-husky]
default-features = false
features = ["precommit-hook", "run-cargo-fmt", "run-cargo-clippy"]
version = "1.5"

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

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

[package]
authors = ["kako-jun"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools", "algorithms", "science"]
description = "Core library for AI/ML diff analysis - PyTorch, Safetensors, tensor statistics"
documentation = "https://docs.rs/diffai"
edition = "2021"
exclude = [".github/", "target/"]
homepage = "https://github.com/kako-jun/diffai"
keywords = ["diff", "ai", "ml", "pytorch", "safetensors"]
license = "MIT"
name = "diffai-core"
readme = "README.md"
repository = "https://github.com/kako-jun/diffai"
rust-version = "1.75"
version = "0.4.0"

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

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

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

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