diffai-core 0.5.0

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

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

[[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"

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

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

[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]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.zip]
version = "2.2"

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

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