g3-cli 0.2.2

CLI interface for G3/GB AI coding agent
# 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 = "g3-cli"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI interface for G3/GB AI coding agent"
homepage = "https://github.com/bradheitmann/gb"
readme = "README.md"
keywords = [
    "llm",
    "agents",
    "ai",
    "cli",
    "autocoding",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/bradheitmann/gb"

[features]
computer-control = ["g3-core/computer-control"]
default = ["computer-control"]

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

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

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.dirs]
version = "5.0"

[dependencies.g3-config]
version = "0.2.2"

[dependencies.g3-core]
version = "0.2.2"

[dependencies.g3-ensembles]
version = "0.2.2"

[dependencies.g3-planner]
version = "0.2.2"

[dependencies.g3-providers]
version = "0.2.2"

[dependencies.gb-personas]
version = "0.2.2"

[dependencies.hex]
version = "0.4"

[dependencies.indicatif]
version = "0.17"

[dependencies.once_cell]
version = "1.19"

[dependencies.ratatui]
version = "0.29"

[dependencies.regex]
version = "1.10"

[dependencies.rustyline]
version = "17.0.1"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.syntect]
version = "5.3"

[dependencies.termimad]
version = "0.34.0"

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

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

[dependencies.tracing]
version = "0.1"

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

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