horus-cli 0.6.10

The terminal client for a Horus gateway
Documentation
# 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.89"
name = "horus-cli"
version = "0.6.10"
build = false
publish = ["crates-io"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The terminal client for a Horus gateway"
readme = "README.md"
keywords = [
    "agent",
    "ai",
    "cli",
    "llm",
    "tui",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/citizenhicks/horus"

[lib]
name = "horus_cli"
path = "src/lib.rs"

[[bin]]
name = "horus"
path = "src/main.rs"
doc = false

[[bin]]
name = "horus-gateway"
path = "src/gateway_main.rs"
doc = false

[dependencies.diffy]
version = "0.4.2"

[dependencies.horus]
version = "=0.6.9"

[dependencies.horus-gateway]
version = "=0.6.10"

[dependencies.pulldown-cmark]
version = "0.10"
default-features = false

[dependencies.ratatui]
version = "0.30.2"
features = [
    "scrolling-regions",
    "unstable-rendered-line-info",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.syntect]
version = "5"

[dependencies.tempfile]
version = "3"

[dependencies.tokio]
version = "1"
features = [
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.two-face]
version = "0.5"
features = ["syntect-default-onig"]
default-features = false

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

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_code = "forbid"