imp-tui 0.2.0

Terminal UI for the imp coding agent
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 = "2021"
name = "imp-tui"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal UI for the imp coding agent"
homepage = "https://github.com/kfcafe/imp"
readme = "README.md"
keywords = [
    "agent",
    "coding",
    "llm",
    "terminal",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MPL-2.0"
repository = "https://github.com/kfcafe/imp"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.crossterm]
version = "0.28"

[dependencies.futures]
version = "0.3"

[dependencies.imp-core]
version = "0.2.0"

[dependencies.imp-llm]
version = "0.2.0"

[dependencies.imp-lua]
version = "0.2.0"

[dependencies.mana-core]
version = "0.3.2"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"

[dependencies.syntect]
version = "5"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

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

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.walkdir]
version = "2"

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