gobby-local 0.1.4

Auto-detect local LLM backends and launch AI CLI tools
# 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.88"
name = "gobby-local"
version = "0.1.4"
authors = ["Josh Wilhelmi <hello@gobby.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Auto-detect local LLM backends and launch AI CLI tools"
homepage = "https://gobby.ai"
readme = false
keywords = [
    "cli",
    "llm",
    "local-ai",
    "ollama",
    "lmstudio",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/GobbyAI/gobby-cli"

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

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

[dependencies.dirs]
version = "6"

[dependencies.gobby-core]
version = "0.4.0"
features = ["local-backend"]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.10.4"
package = "yaml_serde"

[dependencies.ureq]
version = "2"
features = ["json"]