vimcord 0.6.0

A Terminal UI Discord Client in Rust
# 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 = "vimcord"
version = "0.6.0"
authors = ["YetAnotherMechanicusEnjoyer <https://github.com/YetAnotherMechanicusEnjoyer>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Terminal UI Discord Client in Rust"
homepage = "https://github.com/YetAnotherMechanicusEnjoyer/vimcord"
readme = "README.md"
keywords = [
    "api",
    "terminal",
    "discord",
    "tui",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/YetAnotherMechanicusEnjoyer/vimcord"

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

[dependencies.chrono]
version = "0.4.42"

[dependencies.confy]
version = "2.0.0"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.ctrlc]
version = "3.5.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.dotenvy]
version = "0.15.7"

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

[dependencies.notify-rust]
version = "4.12.0"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.reqwest]
version = "0.12.24"
features = ["json"]

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

[dependencies.serde_json]
version = "1.0.145"

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

[dependencies.tokio-tungstenite]
version = "0.26.1"
features = ["native-tls"]

[dependencies.tokio-util]
version = "0.7.17"
features = ["io"]

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