thndrs 0.1.0

Terminal AI pair programmer with local tools, sessions, MCP, and ACP support
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.88"
name = "thndrs"
version = "0.1.0"
build = false
include = [
    "/Cargo.toml",
    "/LICENSE",
    "/README.md",
    "/src/**",
    "/tests/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "thndrs"
description = "Terminal AI pair programmer with local tools, sessions, MCP, and ACP support"
homepage = "https://thndrs.stormlightlabs.org"
documentation = "https://thndrs.stormlightlabs.org"
readme = "README.md"
keywords = [
    "agent",
    "ai",
    "cli",
    "tui",
    "mcp",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Apache-2.0"
repository = "https://github.com/stormlightlabs/thunderus"

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

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

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

[dependencies.agent-client-protocol]
version = "1.0.1"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.futures]
version = "0.3"

[dependencies.http]
version = "1"

[dependencies.iocraft]
version = "0.8.3"

[dependencies.lectito]
version = "0.2"

[dependencies.markdown]
version = "1.0.0"

[dependencies.process-wrap]
version = "9.1"
features = [
    "job-object",
    "process-group",
    "std",
]
default-features = false

[dependencies.ratatui]
version = "0.30.0"
features = ["crossterm"]
default-features = false

[dependencies.regex-lite]
version = "0.1"

[dependencies.rmcp]
version = "2.1.0"
features = [
    "client",
    "transport-child-process",
    "transport-streamable-http-client-reqwest",
]
default-features = false

[dependencies.scraper]
version = "0.27"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml_ng]
version = "0.10.0"

[dependencies.sha2]
version = "0.11"

[dependencies.syntect]
version = "5"
features = ["default-fancy"]
default-features = false

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

[dependencies.thndrs-agent]
version = "0.1.0"

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

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

[dependencies.toml]
version = "1"

[dependencies.tracing]
version = "0.1"

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

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

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

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

[dependencies.url]
version = "2"

[dev-dependencies.insta]
version = "1.48.0"

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

[dev-dependencies.vt100]
version = "0.16.2"

[lints.clippy]
bool_comparison = "deny"
cmp_null = "deny"
cmp_owned = "deny"
cognitive_complexity = "warn"
duplicate_mod = "deny"
flat_map_identity = "warn"
inconsistent_struct_constructor = "deny"
inefficient_to_string = "warn"
invalid_regex = "deny"
large_enum_variant = "warn"
len_zero = "allow"
manual_map = "deny"
manual_range_contains = "allow"
map_clone = "warn"
mem_forget = "deny"
mixed_case_hex_literals = "deny"
needless_borrow = "warn"
needless_collect = "warn"
needless_pass_by_value = "warn"
or_fun_call = "warn"
range_plus_one = "allow"
redundant_clone = "warn"
suspicious_arithmetic_impl = "deny"
suspicious_else_formatting = "deny"
suspicious_op_assign_impl = "deny"
suspicious_to_owned = "deny"
too_many_arguments = "warn"
uninit_assumed_init = "deny"
unnecessary_cast = "warn"
unnecessary_to_owned = "warn"
vec_init_then_push = "warn"