kcastle 0.2.0-alpha.5

Native terminal interface for kcastle-agent
# 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 = "kcastle"
version = "0.2.0-alpha.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Native terminal interface for kcastle-agent"
readme = "README.md"
keywords = [
    "agent",
    "openai",
    "tui",
    "terminal",
]
categories = ["command-line-utilities"]
license = "Apache-2.0"
repository = "https://github.com/shenxiangzhuang/kcastle"

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

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

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

[dependencies.kcastle-agent]
version = "=0.2.0-alpha.5"

[dependencies.markdown-ratatui]
version = "=0.2.1"
package = "codewandler-markdown-ratatui"

[dependencies.markdown-stream]
version = "=0.2.1"
package = "codewandler-markdown-stream"

[dependencies.ratatui]
version = "=0.30.2"
features = [
    "crossterm",
    "layout-cache",
    "unstable-rendered-line-info",
]
default-features = false

[dependencies.ratatui-core]
version = "=0.1.2"
features = ["scrolling-regions"]

[dependencies.ratatui-crossterm]
version = "=0.1.2"
features = ["scrolling-regions"]

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

[dependencies.serde_json]
version = "=1.0.151"

[dependencies.time]
version = "=0.3.55"
features = [
    "formatting",
    "local-offset",
    "macros",
]

[dependencies.tokio]
version = "=1.53.1"
features = [
    "macros",
    "rt",
    "signal",
    "time",
]