perspt 0.4.2

A high-performance CLI application for chatting with various AI models from multiple providers directly in your terminal
[[bin]]
name = "perspt"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.crossterm]
version = "0.28"

[dependencies.env_logger]
version = "0.11"

[dependencies.futures]
version = "0.3"

[dependencies.genai]
version = "0.3.5"

[dependencies.log]
version = "0.4"

[dependencies.pulldown-cmark]
version = "0.12"

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1.0"

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

[package]
authors = ["Vikrant Rathore", "Ronak Rathore"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "text-processing", "api-bindings", "visualization"]
description = "A high-performance CLI application for chatting with various AI models from multiple providers directly in your terminal"
edition = "2021"
homepage = "https://eonseed.github.io/perspt/"
keywords = ["terminal", "cli", "ai", "llm", "chat"]
license = "LGPL-3.0"
name = "perspt"
readme = "README.md"
repository = "https://github.com/eonseed/perspt"
version = "0.4.2"

[[test]]
name = "panic_handling_test"
path = "tests/panic_handling_test.rs"