[package]
edition = "2024"
rust-version = "1.88"
name = "codewhale-tui"
version = "0.9.2"
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",
"pdf",
]
json = ["schemaui/json"]
long-running-tests = []
pdf = ["dep:pdf-extract"]
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 = "adaptive_evidence_acceptance"
path = "tests/adaptive_evidence_acceptance.rs"
[[test]]
name = "cache_guard"
path = "tests/cache_guard.rs"
[[test]]
name = "coordination_acceptance"
path = "tests/coordination_acceptance.rs"
[[test]]
name = "core_session_command_extraction"
path = "tests/core_session_command_extraction.rs"
[[test]]
name = "diagnostic_read_only"
path = "tests/diagnostic_read_only.rs"
[[test]]
name = "directory_listing_acceptance"
path = "tests/directory_listing_acceptance.rs"
[[test]]
name = "dotenv_authority"
path = "tests/dotenv_authority.rs"
[[test]]
name = "epic_acceptance_harness"
path = "tests/epic_acceptance_harness.rs"
[[test]]
name = "eval_harness"
path = "tests/eval_harness.rs"
[[test]]
name = "eval_smoke_acceptance"
path = "tests/eval_smoke_acceptance.rs"
[[test]]
name = "integration_mock_llm"
path = "tests/integration_mock_llm.rs"
[[test]]
name = "palette_audit"
path = "tests/palette_audit.rs"
[[test]]
name = "plugin_e2e_acceptance"
path = "tests/plugin_e2e_acceptance.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 = "release_runtime_qa"
path = "tests/release_runtime_qa.rs"
[[test]]
name = "skill_cli"
path = "tests/skill_cli.rs"
[[test]]
name = "terminal_matrix_qa"
path = "tests/terminal_matrix_qa.rs"
[[test]]
name = "tool_lifecycle_acceptance"
path = "tests/tool_lifecycle_acceptance.rs"
[[test]]
name = "verifiers_harness_contract"
path = "tests/verifiers_harness_contract.rs"
[[test]]
name = "workflow_tool_stream_acceptance"
path = "tests/workflow_tool_stream_acceptance.rs"
[dependencies.ahash]
version = "0.8"
[dependencies.anyhow]
version = "1.0.100"
[dependencies.async-stream]
version = "0.3.6"
[dependencies.async-trait]
version = "0.1.89"
[dependencies.axum]
version = "0.8.5"
features = ["json"]
[dependencies.base64]
version = "0.23.0"
[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.9.2"
[dependencies.codewhale-execpolicy]
version = "0.9.2"
[dependencies.codewhale-lane]
version = "0.9.2"
[dependencies.codewhale-protocol]
version = "0.9.2"
[dependencies.codewhale-release]
version = "0.9.2"
[dependencies.codewhale-secrets]
version = "0.9.2"
[dependencies.codewhale-tools]
version = "0.9.2"
[dependencies.codewhale-workflow]
version = "0.9.2"
[dependencies.codewhale-workflow-js]
version = "0.9.2"
[dependencies.colored]
version = "3.0.0"
[dependencies.crossterm]
version = "0.29"
[dependencies.dirs]
version = "6.0.0"
[dependencies.dotenvy]
version = "0.15.7"
[dependencies.encoding_rs]
version = "0.8.35"
[dependencies.fd-lock]
version = "4.0.4"
[dependencies.flate2]
version = "1.1"
[dependencies.futures-util]
version = "0.3.31"
[dependencies.globset]
version = "0.4"
[dependencies.htmd]
version = "0.5.4"
[dependencies.ignore]
version = "0.4"
[dependencies.image]
version = "0.25"
features = ["png"]
default-features = false
[dependencies.lru]
version = "0.18"
[dependencies.mimalloc]
version = "0.1"
default-features = false
[dependencies.multimap]
version = "0.10.0"
[dependencies.oauth2]
version = "5"
[dependencies.parking_lot]
version = "0.12"
[dependencies.pdf-extract]
version = "0.12"
optional = true
[dependencies.qrcode]
version = "0.14"
default-features = false
[dependencies.ratatui]
version = "0.30"
features = ["unstable-rendered-line-info"]
[dependencies.readability]
version = "0.3.0"
default-features = false
[dependencies.regex]
version = "1.11"
[dependencies.reqwest]
version = "0.13.1"
features = [
"json",
"rustls-no-provider",
"socks",
"blocking",
"stream",
"form",
"http2",
"gzip",
]
default-features = false
[dependencies.rmcp]
version = "2.2.0"
features = [
"auth",
"client",
]
default-features = false
[dependencies.rusqlite]
version = "0.39.0"
features = ["bundled"]
[dependencies.rust-i18n]
version = "4.1.0"
[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.semver]
version = "1.0.28"
[dependencies.serde]
version = "1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.149"
features = ["preserve_order"]
[dependencies.sha2]
version = "0.11"
[dependencies.shell-words]
version = "1.1.1"
[dependencies.shellexpand]
version = "3"
[dependencies.shlex]
version = "1.3.0"
[dependencies.similar]
version = "3"
[dependencies.syntect]
version = "5.2"
features = ["default-fancy"]
default-features = false
[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 = [
"fs",
"io-util",
"io-std",
"macros",
"net",
"process",
"rt",
"rt-multi-thread",
"signal",
"sync",
"time",
]
[dependencies.tokio-util]
version = "0.7.16"
features = ["io"]
[dependencies.toml]
version = "1.0.6"
[dependencies.toml_edit]
version = "0.25.12"
[dependencies.tower-http]
version = "0.7"
features = ["cors"]
[dependencies.tracing]
version = "0.1"
[dependencies.tracing-subscriber]
version = "0.3"
features = [
"env-filter",
"fmt",
]
[dependencies.unicode-normalization]
version = "0.1"
[dependencies.unicode-segmentation]
version = "1.12"
[dependencies.unicode-width]
version = "0.2"
[dependencies.urlencoding]
version = "2.1"
[dependencies.uuid]
version = "1.11"
features = ["v4"]
[dependencies.wait-timeout]
version = "0.2"
[dependencies.webbrowser]
version = "1.0"
[dev-dependencies.cucumber]
version = "0.23.0"
[dev-dependencies.pretty_assertions]
version = "1.4"
[dev-dependencies.rio-vt]
version = "0.5.1"
[dev-dependencies.wiremock]
version = "0.6"
[build-dependencies.codewhale-build-support]
version = "0.9.2"
[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.62"
features = [
"Win32_Foundation",
"Win32_Media_Audio",
"Win32_Security",
"Win32_Security_Authorization",
"Win32_Storage_FileSystem",
"Win32_System_Console",
"Win32_System_Diagnostics_Debug",
"Win32_System_Diagnostics_ToolHelp",
"Win32_System_Environment",
"Win32_System_JobObjects",
"Win32_System_Registry",
"Win32_System_Threading",
"Win32_UI_WindowsAndMessaging",
]
[target."cfg(unix)".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
"Win32_Foundation",
"Win32_Security",
"Win32_Security_Authorization",
"Win32_Storage_FileSystem",
"Win32_System_Threading",
]