frink-cli 0.38.0

llama.cpp-style CLI for the Frink 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 = "2021"
name = "frink-cli"
version = "0.38.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "llama.cpp-style CLI for the Frink inference engine"
homepage = "https://github.com/antonellof/frink"
readme = "README.md"
keywords = [
    "llm",
    "inference",
    "cli",
    "gguf",
    "frink",
]
categories = [
    "command-line-utilities",
    "science",
]
license = "Apache-2.0"
repository = "https://github.com/antonellof/frink"

[features]
cuda = [
    "frink-cuda/cuda",
    "frink-models/cuda",
    "frink-server?/cuda",
]
default = ["serve"]
metal = [
    "frink-metal/metal",
    "frink-models/metal",
    "frink-server?/metal",
]
serve = ["dep:frink-server"]

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

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

[dependencies.anyhow]
version = "1"

[dependencies.byteorder]
version = "1"

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

[dependencies.frink-core]
version = "0.38.0"

[dependencies.frink-cuda]
version = "0.38.0"

[dependencies.frink-gguf]
version = "0.38.0"

[dependencies.frink-metal]
version = "0.38.0"

[dependencies.frink-models]
version = "0.38.0"
features = ["hub"]

[dependencies.frink-quant]
version = "0.38.0"

[dependencies.frink-safetensors]
version = "0.38.0"

[dependencies.frink-server]
version = "0.38.0"
optional = true

[dependencies.half]
version = "2"

[dependencies.libc]
version = "0.2"

[dependencies.rayon]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

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