rab-agent 0.1.5

rab is a lightweight, extensible, Rust-based coding agent.
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"
name = "rab-agent"
version = "0.1.5"
authors = ["Marko Kocic <marko@euptera.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "rab is a lightweight, extensible, Rust-based coding agent."
readme = "README.md"
keywords = [
    "agent",
    "coding",
    "ai",
    "broker",
    "llm",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "EPL-2.0"
repository = "https://github.com/markokocic/rab"

[features]
default = ["syntect"]
syntect = ["dep:syntect"]

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

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

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.colored]
version = "3"

[dependencies.comrak]
version = "0.52"

[dependencies.crossterm]
version = "0.29"

[dependencies.directories]
version = "6"

[dependencies.libc]
version = "0.2"

[dependencies.openssl-sys]
version = "0.9"
features = ["vendored"]

[dependencies.regex]
version = "1.12.4"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.syntect]
version = "5.3.0"
optional = true

[dependencies.tokio]
version = "1"
features = [
    "full",
    "sync",
]

[dependencies.tokio-util]
version = "0.7"

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.unicode-segmentation]
version = "1"

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

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

[dependencies.yoagent]
version = "0.8.4"

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