[dependencies.fancy-regex]
version = "0.14"
[dependencies.ggml-quants]
version = "0.0"
[dependencies.indexmap]
version = "2.7"
[dependencies.log]
version = "0.4"
[dependencies.num_enum]
version = "0.7"
[features]
default = ["types"]
types = ["ggml-quants/types"]
[lib]
name = "ggus"
path = "src/lib.rs"
[package]
authors = ["YdrMaster <ydrml@hotmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "parser-implementations", "encoding"]
description = "GGUF in Rust🦀"
documentation = "https://docs.rs/ggus"
edition = "2021"
keywords = ["gguf", "ggml", "llama-cpp"]
license = "MIT"
name = "ggus"
readme = "README.md"
repository = "https://github.com/InfiniTensor/gguf"
version = "0.4.0"