task-heap 0.1.1

A tool to stack tasks and pop them randomly.
# 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 = "task-heap"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to stack tasks and pop them randomly."
readme = "README.md"
license = "GPL-3.0-only"
repository = "https://github.com/tobe2098/task-heap"

[[bin]]
name = "task-heap"
path = "src/main.rs"

[dependencies.directories]
version = "^5.0.0"

[dependencies.rand]
version = "^0.8.0"

[dependencies.sha2]
version = "^0.10.0"

[dependencies.terminal_size]
version = "^0.3.0"

[dependencies.textwrap]
version = "^0.16.0"