[package]
edition = "2021"
name = "aitna"
version = "0.1.0-alpha"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A local LLM inference platform with model pulling, quantization optimization, and high-performance serving"
homepage = "https://github.com/henosislab/aitna"
documentation = "https://docs.rs/aitna"
readme = "README.md"
keywords = [
"llm",
"inference",
"quantization",
"local",
"ai",
]
categories = [
"development-tools",
"science",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/henosislab/aitna"
[lib]
name = "aitna"
path = "src/lib.rs"
[[bin]]
name = "aitna"
path = "src/main.rs"
[dependencies.clap]
version = "4.5"
features = ["derive"]