[package]
edition = "2024"
name = "codewhale-tui"
version = "0.8.63"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "codewhale-tui"
description = "Terminal UI for open-source and open-weight coding models"
readme = false
license = "MIT"
repository = "https://github.com/Hmbown/CodeWhale"
resolver = "2"
[features]
default = [
"tui",
"json",
"toml",
]
json = ["schemaui/json"]
long-running-tests = []
toml = ["schemaui/toml"]
tui = [
"dep:schemaui",
"schemaui/tui",
"json",
"toml",
]
web = [
"dep:schemaui",
"schemaui/web",
"json",
"toml",
]
[[bin]]
name = "codewhale-tui"
path = "src/main.rs"
[[test]]
name = "cache_guard"
path = "tests/cache_guard.rs"
[[test]]
name = "core_session_command_extraction"
path = "tests/core_session_command_extraction.rs"
[[test]]
name = "directory_listing_acceptance"
path = "tests/directory_listing_acceptance.rs"
[[test]]
name = "epic_acceptance_harness"
path = "tests/epic_acceptance_harness.rs"
[[test]]
name = "eval_harness"
path = "tests/eval_harness.rs"
[[test]]
name = "integration_mock_llm"
path = "tests/integration_mock_llm.rs"
[[test]]
name = "palette_audit"
path = "tests/palette_audit.rs"
[[test]]
name = "protocol_recovery"
path = "tests/protocol_recovery.rs"
[[test]]
name = "qa_pty"
path = "tests/qa_pty.rs"
[[test]]
name = "reasoning_content_replayed_after_tool_call"
path = "tests/reasoning_content_replayed_after_tool_call.rs"
[[test]]
name = "skill_install"
path = "tests/skill_install.rs"
[[test]]
name = "tool_lifecycle_acceptance"
path = "tests/tool_lifecycle_acceptance.rs"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.async-stream]
version = "0.3.6"
[dependencies.async-trait]
version = "0.1"
[dependencies.axum]
version = "0.8.4"
features = ["json"]
[dependencies.base64]
version = "0.22.1"
[dependencies.chrono]
version = "0.4.43"
features = ["serde"]
[dependencies.clap]
version = "4.5.54"
features = ["derive"]
[dependencies.clap_complete]
version = "4.5"
[dependencies.codewhale-config]
version = "0.8.63"
[dependencies.codewhale-execpolicy]
version = "0.8.63"
[dependencies.codewhale-protocol]
version = "0.8.63"
[dependencies.codewhale-release]
version = "0.8.63"
[dependencies.codewhale-secrets]
version = "0.8.63"
[dependencies.codewhale-tools]
version = "0.8.63"
[dependencies.colored]
version = "3.0.0"
[dependencies.crossterm]
version = "0.28"
[dependencies.dirs]
version = "6.0.0"
[dependencies.dotenvy]
version = "0.15.7"
[dependencies.fd-lock]
version = "4.0.4"
[dependencies.flate2]
version = "1.1"
[dependencies.futures-util]
version = "0.3.31"
[dependencies.ignore]
version = "0.4"
[dependencies.image]
version = "0.25"
features = ["png"]
default-features = false
[dependencies.lru]
version = "0.16"
[dependencies.multimap]
version = "0.10.0"
[dependencies.parking_lot]
version = "0.12"
[dependencies.pdf-extract]
version = "0.10"
[dependencies.qrcode]
version = "0.14"
default-features = false
[dependencies.ratatui]
version = "0.30"
[dependencies.regex]
version = "1.11"
[dependencies.reqwest]
version = "0.13.1"
features = [
"blocking",
"json",
"stream",
"multipart",
"form",
"rustls-no-provider",
"http2",
"gzip",
"brotli",
]
default-features = false
[dependencies.rustls]
version = "0.23.36"
features = [
"ring",
"std",
"tls12",
]
default-features = false
[dependencies.schemars]
version = "1.2.1"
features = [
"derive",
"preserve_order",
]
[dependencies.schemaui]
version = "0.12.0"
optional = true
default-features = false
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.149"
features = ["preserve_order"]
[dependencies.sha2]
version = "0.10"
[dependencies.shellexpand]
version = "3"
[dependencies.shlex]
version = "1.3.0"
[dependencies.similar]
version = "2"
[dependencies.tar]
version = "0.4"
[dependencies.tempfile]
version = "3.27"
[dependencies.thiserror]
version = "2.0"
[dependencies.tiny_http]
version = "0.12"
[dependencies.tokio]
version = "1.50.0"
features = ["full"]
[dependencies.tokio-util]
version = "0.7.16"
features = ["io"]
[dependencies.toml]
version = "0.9.7"
[dependencies.tower-http]
version = "0.6"
features = ["cors"]
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
features = [
"env-filter",
"fmt",
]
[dependencies.unicode-segmentation]
version = "1.12"
[dependencies.unicode-width]
version = "0.2"
[dependencies.uuid]
version = "1.11"
features = ["v4"]
[dependencies.wait-timeout]
version = "0.2"
[dev-dependencies.cucumber]
version = "0.23.0"
[dev-dependencies.pretty_assertions]
version = "1.4"
[dev-dependencies.vt100]
version = "0.15"
[dev-dependencies.wiremock]
version = "0.6"
[target.'cfg(any(target_os = "macos", target_os = "windows", all(target_os = "linux", not(target_env = "ohos"))))'.dependencies.arboard]
version = "3.4"
[target.'cfg(not(target_env = "ohos"))'.dependencies.portable-pty]
version = "0.9"
[target.'cfg(not(target_env = "ohos"))'.dependencies.starlark]
version = "0.13.0"
[target.'cfg(target_os = "macos")'.dependencies.objc2]
version = "0.6.3"
[target.'cfg(target_os = "macos")'.dependencies.objc2-foundation]
version = "0.3.2"
features = [
"std",
"NSArray",
"NSDictionary",
"NSError",
"NSObject",
"NSString",
"NSURL",
]
default-features = false
[target.'cfg(target_os = "windows")'.dependencies.windows]
version = "0.60"
features = [
"Win32_Foundation",
"Win32_Media_Audio",
"Win32_Security",
"Win32_System_Console",
"Win32_System_Diagnostics_Debug",
"Win32_System_JobObjects",
"Win32_System_Threading",
"Win32_UI_WindowsAndMessaging",
]
[target."cfg(unix)".dependencies.libc]
version = "0.2"