llm-manager 1.1.0

Terminal UI for managing LLMs
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 = "llm-manager"
version = "1.1.0"
authors = ["Antoine Giniès <antoine@ginies.org>"]
build = "build.rs"
exclude = [
    ".git/",
    ".github/",
    "documentation/",
    "*.env",
    "*.service",
    ".gitignore",
    "*.swp",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal UI for managing LLMs"
documentation = "https://docs.rs/llm-manager"
readme = "README.md"
keywords = [
    "llm",
    "llama",
    "tui",
    "terminal",
    "ai",
]
categories = [
    "command-line-utilities",
    "visualization",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/aginies/llmtui"

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

[[bin]]
name = "llm-manager"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3"

[dependencies.axum]
version = "0.8"
features = ["ws"]

[dependencies.axum-server]
version = "0.7"
features = ["tls-rustls-no-provider"]

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "6"

[dependencies.flate2]
version = "1"

[dependencies.futures-util]
version = "0.3"

[dependencies.gguf-rs]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.local-ip-address]
version = "0.6"

[dependencies.notify]
version = "8"

[dependencies.pulldown-cmark]
version = "0.12"

[dependencies.rand]
version = "0.9"

[dependencies.ratatui]
version = "0.29"

[dependencies.rcgen]
version = "0.14"
features = [
    "pem",
    "x509-parser",
    "ring",
]
default-features = false

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "stream",
    "rustls-tls",
]
default-features = false

[dependencies.rustls]
version = "0.23"
features = ["ring"]
default-features = false

[dependencies.rustls-pemfile]
version = "2"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sysinfo]
version = "0.38"

[dependencies.tar]
version = "0.4"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tower-http]
version = "0.6"
features = [
    "trace",
    "cors",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.unicode-width]
version = "0.2"

[dependencies.urlencoding]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.zip]
version = "2"