cli_pipeviewer 0.1.0

An educational version of the pv utility
Documentation
# 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"
name = "cli_pipeviewer"
version = "0.1.0"
authors = ["Irfan Ghat"]
description = "An educational version of the pv utility"
homepage = "https://github.com/projectfinalaudio/PIPE_VIEWER"
readme = "README.md"
keywords = [
    "educational",
    "systems",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/projectfinalaudio/PIPE_VIEWER"

[dependencies.clap]
version = "2.33.3"

[dependencies.crossbeam]
version = "0.7.3"

[dependencies.crossterm]
version = "0.14.2"