llmserve 0.0.5

TUI for serving local LLM models. Pick a model, pick a backend, serve it.
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 = "2024"
name = "llmserve"
version = "0.0.5"
authors = ["Alex Jones"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI for serving local LLM models. Pick a model, pick a backend, serve it."
homepage = "https://github.com/AlexsJones/llmserve"
readme = "README.md"
keywords = [
    "llm",
    "tui",
    "inference",
    "server",
    "models",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/AlexsJones/llmserve"

[lib]
name = "llmserve"
path = "src/lib.rs"

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

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

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "6"

[dependencies.libc]
version = "0.2"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

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

[dependencies.walkdir]
version = "2"