gguf-utils 0.0.2

Utilities for handling gguf files
[package]

name = "gguf-utils"

description = "Utilities for handling gguf files"

version = "0.0.2"

edition = "2021"

authors = ["YdrMaster <ydrml@hotmail.com>"]

repository = "https://github.com/InfiniTensor/gguf"

documentation = "https://docs.rs/gguf-utils"

license = "MIT"

readme = "../README.md"

keywords = ["gguf", "ggml", "llama-cpp"]



[dependencies]

indexmap.workspace = true

log.workspace = true

mem-rearrange = "0.0"

itertools = "0.13"

memmap2 = "0.9"

regex = "1.11"

ggus = { path = "../ggus", version = "0.4" }

clap = { version = "4.5", features = ["derive"] }



time = "0.3"

simple_logger = "5.0"