aitna 0.1.0-alpha

A local LLM inference platform with model pulling, quantization optimization, and high-performance serving
Documentation
# 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 = "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"]