codex-helper-tui 0.12.1

Terminal UI crate for codex-helper.
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"
name = "codex-helper-tui"
version = "0.12.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal UI crate for codex-helper."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/Latias94/codex-helper"

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.codex-helper-core]
version = "0.12.1"

[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[dependencies.futures-util]
version = "0.3.31"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.reqwest]
version = "0.13.1"
features = [
    "json",
    "stream",
]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "fs",
]

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