gitdash 1.0.1

A terminal ui for github profile using crossterm and ratatui
# 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 = "gitdash"
version = "1.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal ui for github profile using crossterm and ratatui"
readme = "README.md"
license = "MIT OR Apache-2.0"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.futures]
version = "0.3"

[dependencies.image]
version = "0.25.9"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.ratatui-image]
version = "10.0.6"
features = ["crossterm"]
default-features = false

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

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tokio]
version = "1.50.0"
features = [
    "rt-multi-thread",
    "macros",
]