[package]
name = "ferrox-quant"
version.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
homepage.workspace = true
description = "Quantized weight formats and fused dequant kernels for Ferrox"
readme = "README.md"
keywords = ["quantization", "llm", "simd", "gguf", "ferrox"]
categories = ["algorithms", "encoding"]
[dependencies]
half = { workspace = true }
thiserror = { workspace = true }