[package]
name = "vimgram"
version = "0.2.4"
edition = "2021"
authors = ["Subh <subhajitchaudhury05@gmail.com>"]
description = "A blazing fast, Vim-native Telegram client for the terminal. Built with Rust, Ratatui, and Grammers."
license = "MIT"
repository = "https://github.com/subhdotsol/vimgram"
homepage = "https://github.com/subhdotsol/vimgram"
readme = "README.md"
keywords = ["telegram", "tui", "vim", "async", "chat"]
categories = ["command-line-utilities", "network-programming", "asynchronous"]
[dependencies]
grammers-client = "0.6"
grammers-session = "0.5"
tokio = { version = "1", features = ["full"] }
dotenvy = "0.15"
ratatui = "0.28"
crossterm = { version = "0.28", features = ["event-stream"] }
directories = "6.0.0"
serde = { version = "1.0.228", features = ["derive"] }
serde_json = "1.0.149"
futures = "0.3.31"
reqwest = { version = "0.12", features = ["json"] }