cake-cli 0.1.0

Distributed LLM inference for mobile, desktop and server.
# 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 = "cake-cli"
version = "0.1.0"
authors = ["Simone Margaritelli <evilsocket@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Distributed LLM inference for mobile, desktop and server."
readme = "README.md"
keywords = [
    "blas",
    "tensor",
    "machine-learning",
]
categories = ["science"]
license = "GPL-3.0"
repository = "https://github.com/evilsocket/cake"

[features]
cuda = ["cake-core/cuda"]
default = [
    "master",
    "llama",
    "qwen2",
    "qwen3_5",
]
llama = ["cake-core/llama"]
master = ["cake-core/master"]
metal = ["cake-core/metal"]
qwen2 = ["cake-core/qwen2"]
qwen3_5 = ["cake-core/qwen3_5"]

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

[dependencies.anyhow]
version = "1.0.86"

[dependencies.cake-core]
version = "0.1.0"

[dependencies.clap]
version = "4.5.8"

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5"

[dependencies.env_logger]
version = "0.11.3"

[dependencies.futures]
version = "0.3"

[dependencies.human_bytes]
version = "0.4.3"

[dependencies.ratatui]
version = "0.29"

[dependencies.reqwest]
version = "0.12"
features = [
    "stream",
    "json",
]

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

[dependencies.serde_json]
version = "1"

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