[package] name = "ggus" description = "GGUF in Rust🦀" version = "0.3.0" edition = "2021" authors = ["YdrMaster "] repository = "https://github.com/InfiniTensor/gguf" documentation = "https://docs.rs/ggus" license = "MIT" readme = "README.md" keywords = ["gguf", "ggml", "llama-cpp"] categories = ["parsing", "parser-implementations", "encoding"] [dependencies] ggml-quants = { version = "0.0", path = "../ggml-quants" } indexmap.workspace = true fancy-regex = "0.14" num_enum = "0.7" [features] default = ["types"] types = ["ggml-quants/types"]