rediq-cli 0.1.3

CLI tool for Rediq distributed task queue
# 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 = "2021"
rust-version = "1.70"
name = "rediq-cli"
version = "0.1.3"
authors = ["Rediq Contributors"]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for Rediq distributed task queue"
readme = "README.md"
keywords = [
    "cli",
    "queue",
    "redis",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/imjdl/rediq"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"

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

[dependencies.color-eyre]
version = "0.6"

[dependencies.comfy-table]
version = "3.0"

[dependencies.crossterm]
version = "0.28"

[dependencies.futures]
version = "0.3"

[dependencies.ratatui]
version = "0.28"

[dependencies.rediq]
version = "0.1.2"

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