rust-code 0.5.0

AI-powered TUI coding agent written in Rust
# 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 = "rust-code"
version = "0.5.0"
build = false
include = [
    "src/**",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "AI-powered TUI coding agent written in Rust"
readme = "README.md"
license = "MIT"
repository = "https://github.com/fortunto2/rust-code"
resolver = "2"

[[bin]]
name = "rust-code"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.baml]
version = "0.218.0"

[dependencies.baml-agent]
version = "0.3.0"
features = [
    "logging",
    "search",
]

[dependencies.baml-agent-tui]
version = "0.3.0"

[dependencies.base64]
version = "0.22"

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

[dependencies.crossterm]
version = "0.27"

[dependencies.ignore]
version = "0.4"

[dependencies.nucleo]
version = "0.5"

[dependencies.nucleo-matcher]
version = "0.3"

[dependencies.ratatui]
version = "0.29.0"

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

[dependencies.rmcp]
version = "0.11.0"
features = [
    "client",
    "transport-io",
    "transport-child-process",
]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.solograph]
version = "0.1.0"

[dependencies.syntect]
version = "5.3.0"

[dependencies.syntect-tui]
version = "3.0.6"

[dependencies.textwrap]
version = "0.16.2"

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

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[dependencies.tui-textarea]
version = "0.4"