llmfit 0.3.2

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.3.2"
authors = ["axjns"]
build = false
exclude = [
    "target/",
    "scripts/",
    "demo.gif",
]
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/axjns/llmfit"
readme = "README.md"
keywords = [
    "llm",
    "tui",
    "hardware",
    "inference",
    "models",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/axjns/llmfit"

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

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.colored]
version = "2.1"

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sysinfo]
version = "0.30"

[dependencies.tabled]
version = "0.15"

[dependencies.ureq]
version = "2.9"
features = ["json"]