hanfei-fa 0.2.0

法 — ML model weight integrity verification via hierarchical Merkle trees. O(1) root check, O(k log C) layer-aware diff.
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 = "hanfei-fa"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "法 — ML model weight integrity verification via hierarchical Merkle trees. O(1) root check, O(k log C) layer-aware diff."
homepage = "https://github.com/GeoffreyWang1117/hanfei-fa-rs"
documentation = "https://docs.rs/hanfei-fa"
readme = "README.md"
keywords = [
    "merkle-tree",
    "integrity",
    "verification",
    "model-weights",
    "hashing",
]
categories = [
    "cryptography",
    "algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/GeoffreyWang1117/hanfei-fa-rs"

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

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

[dependencies.blake2]
version = "0.10"

[dependencies.blake3]
version = "1.5"

[dependencies.digest]
version = "0.10"

[dependencies.hex]
version = "0.4"

[dependencies.rayon]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.sha3]
version = "0.10"

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

[dev-dependencies.rand]
version = "0.8"

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