kopitiam-loader 0.2.4

Kopitiam Runtime: native GGUF and SafeTensors model loaders.
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 = "2024"
name = "kopitiam-loader"
version = "0.2.4"
authors = ["Theodore Kay Chen Ong"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Kopitiam Runtime: native GGUF and SafeTensors model loaders."
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/theodoreOnzGit/kopitiam"
resolver = "2"

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

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

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

[dependencies.indexmap]
version = "2"

[dependencies.kopitiam-core]
version = "0.2.4"

[dependencies.memmap2]
version = "0.9"

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

[dependencies.serde_json]
version = "1"

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