# 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 = "llm-tui" version = "0.1.0" authors = ["Guilherme Prokisch"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Terminal User Interface (TUI) for interacting with Language Learning Models (LLM) using llm-cli" readme = "README.md" keywords = [ "llm", "tui", "cli", "ai", "chatbot", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/guilhermeprokisch/llm-tui" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "llm-tui" path = "src/main.rs" [dependencies.copypasta] version = "0.10.1" [dependencies.crossbeam-channel] version = "0.5.13" [dependencies.crossterm] version = "0.28.1" [dependencies.ratatui] version = "0.28.1" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.shell-escape] version = "0.1.5" [dependencies.textwrap] version = "0.16.1" [dependencies.unicode-width] version = "0.1.13"