[package]
edition = "2021"
rust-version = "1.89"
name = "oxigemma"
version = "0.0.1"
build = false
exclude = [
".github",
"*.sh",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pure-Rust inference engine for Google's Gemma model family (Gemma 4 QAT and beyond)"
homepage = "https://github.com/cool-japan/oxigemma"
documentation = "https://docs.rs/oxigemma"
readme = "README.md"
keywords = [
"gemma",
"llm",
"inference",
"quantization",
"pure-rust",
]
categories = [
"science",
"algorithms",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxigemma"
[lib]
name = "oxigemma"
path = "src/lib.rs"