cera-cli 0.5.4

CLI for the Cera LLM inference engine
# 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"
rust-version = "1.94"
name = "cera-cli"
version = "0.5.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for the Cera LLM inference engine"
readme = "README.md"
keywords = [
    "llm",
    "inference",
    "cli",
    "gguf",
    "ai",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/hyeons-lab/cera"

[features]
blas = ["cera/blas"]
default = []
gpu = ["cera/gpu"]
metal = ["cera/metal"]

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

[dependencies.anyhow]
version = "1"

[dependencies.cera]
version = "0.5.4"
features = ["remote"]

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

[dependencies.crossterm]
version = "0.28"

[dependencies.ctrlc]
version = "3"

[dependencies.ratatui]
version = "0.29"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.tempfile]
version = "3"

[target.'cfg(target_os = "android")'.dependencies.libc]
version = "0.2"