axonml-serialize 0.2.2

Model serialization for Axonml ML framework
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 = "axonml-serialize"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Model serialization for Axonml ML framework"
readme = "README.md"
keywords = [
    "machine-learning",
    "serialization",
    "deep-learning",
]
categories = [
    "science",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/automatanexus/ferrite"

[features]
default = []
safetensors = ["dep:safetensors"]

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

[dependencies.axonml-core]
version = "0.2.2"

[dependencies.axonml-nn]
version = "0.2.2"

[dependencies.axonml-tensor]
version = "0.2.2"

[dependencies.bincode]
version = "1.3"

[dependencies.safetensors]
version = "0.3"
optional = true

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

[dependencies.serde_json]
version = "1.0"

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