localgpt-bridge-cli 0.3.3

CLI bridge for LocalGPT — interactive chat via the daemon's bridge socket
# 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 = "localgpt-bridge-cli"
version = "0.3.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI bridge for LocalGPT — interactive chat via the daemon's bridge socket"
readme = false
license = "Apache-2.0"
repository = "https://github.com/localgpt-app/localgpt"

[[bin]]
name = "localgpt-bridge-cli"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.futures]
version = "0.3"

[dependencies.localgpt-bridge]
version = "0.3.3"

[dependencies.localgpt-core]
version = "0.3.3"
features = ["embeddings-none"]
default-features = false

[dependencies.rustyline]
version = "15"

[dependencies.tarpc]
version = "0.37"
features = [
    "tokio1",
    "serde-transport",
]

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

[dependencies.tracing]
version = "0.1"

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

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