[package]
edition = "2021"
name = "hf2q"
version = "0.0.1"
authors = ["Robert E. Lee <robert@agidreams.us>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Placeholder for hf2q; full crate (CLI + lib workspace) ships at 0.1.0."
homepage = "https://github.com/robertelee78/hf2q"
readme = false
keywords = [
"apple-silicon",
"metal",
"gguf",
"inference",
"quantization",
]
categories = [
"science",
"command-line-utilities",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/robertelee78/hf2q"
[lib]
name = "hf2q"
path = "src/lib.rs"