llmfit 0.9.21

Right-size LLM models to your system hardware. Interactive TUI and CLI to match models against available RAM, CPU, and GPU.
# 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 = "2024"
name = "llmfit"
version = "0.9.21"
authors = ["Alex Jones <alex@example.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Right-size LLM models to your system hardware. Interactive TUI and CLI to match models against available RAM, CPU, and GPU."
homepage = "https://github.com/AlexsJones/llmfit"
readme = "README.md"
keywords = [
    "llm",
    "tui",
    "hardware",
    "inference",
    "models",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/AlexsJones/llmfit"

[[bin]]
name = "llmfit"
path = "src/main.rs"

[[test]]
name = "cli_smoke"
path = "tests/cli_smoke.rs"

[dependencies.arboard]
version = "3.4"

[dependencies.axum]
version = "0.8"

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "env",
]

[dependencies.colored]
version = "3.1"

[dependencies.crossterm]
version = "0.29"

[dependencies.csv]
version = "1.4"

[dependencies.dirs]
version = "6.0"

[dependencies.llmfit-core]
version = "0.9.0"

[dependencies.ratatui]
version = "0.30"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tabled]
version = "0.20"

[dependencies.tokio]
version = "1.50"
features = [
    "rt-multi-thread",
    "signal",
    "net",
]

[dev-dependencies.assert_cmd]
version = "2.2"

[dev-dependencies.http-body-util]
version = "0.1"

[dev-dependencies.tower]
version = "0.5"