j-cli 12.0.3

A fast CLI tool for alias management, daily reports, and productivity
# 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 = "j-cli"
version = "12.0.3"
authors = ["lingojack@qq.com"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast CLI tool for alias management, daily reports, and productivity"
homepage = "https://github.com/LingoJack/j"
readme = "README.md"
keywords = [
    "cli",
    "alias",
    "productivity",
    "launcher",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/LingoJack/j"

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.colored]
version = "3"

[dependencies.crossterm]
version = "0.28.0"

[dependencies.dirs]
version = "6"

[dependencies.indicatif]
version = "0.18.3"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.rustyline]
version = "17.0.2"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.termimad]
version = "0.34.1"

[dependencies.tui-textarea]
version = "0.7"

[dependencies.url]
version = "2"