# 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 = "ggus" version = "0.3.0" authors = ["YdrMaster "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GGUF in Rust🦀" documentation = "https://docs.rs/ggus" readme = "README.md" keywords = [ "gguf", "ggml", "llama-cpp", ] categories = [ "parsing", "parser-implementations", "encoding", ] license = "MIT" repository = "https://github.com/InfiniTensor/gguf" [lib] name = "ggus" path = "src/lib.rs" [dependencies.fancy-regex] version = "0.14" [dependencies.ggml-quants] version = "0.0" [dependencies.indexmap] version = "2.6" [dependencies.num_enum] version = "0.7" [features] default = ["types"] types = ["ggml-quants/types"]