rcli-loader 0.1.0

RCLI-loader: The Rust client line interface loader crate, a utility built for versatile monitoring of the progress for running tasks
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 = "rcli-loader"
version = "0.1.0"
authors = ["Niklas Jensen <nikguin04@proton.me>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "RCLI-loader: The Rust client line interface loader crate, a utility built for versatile monitoring of the progress for running tasks"
readme = "readme.md"
keywords = [
    "cli",
    "async",
    "terminal",
]
categories = [
    "asynchronous",
    "command-line-interface",
]
license-file = "LICENSE"
repository = "https://github.com/nikguin04/rcli-loader"

[features]
e_tokio = [
    "dep:tokio",
    "dep:humansize",
    "dep:reqwest",
]

[lib]
name = "rcli_loader"
crate-type = ["lib"]
path = "src/lib.rs"

[[example]]
name = "basic_example"
path = "examples/basic_example.rs"
required-features = ["e_tokio"]

[dependencies.humansize]
version = "2.1.3"
optional = true

[dependencies.reqwest]
version = "0.12.22"
optional = true

[dependencies.slab]
version = "0.4.11"

[dependencies.terminal_size]
version = "0.4.2"

[dependencies.tokio]
version = "1.46.1"
features = ["full"]
optional = true