# 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 = "ggml-quants" version = "0.0.0" authors = [ "YdrMaster ", "pwhMass ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "GGml defined quantized data types and their quant/dequant algorithm" documentation = "https://docs.rs/ggml-quants" readme = "README.md" keywords = [ "gguf", "ggml", "llama-cpp", ] categories = [ "algorithms", "data-structures", ] license = "MIT" repository = "https://github.com/InfiniTensor/gguf" [lib] name = "ggml_quants" path = "src/lib.rs" [dependencies.digit-layout] version = "0.2" optional = true [dependencies.half] version = "2.4" [dependencies.rayon] version = "1.10" [dev-dependencies.rand] version = "0.8" [features] default = ["types"] types = ["digit-layout"]