loaders 0.0.0

A fully-featured, customisable progress bar and loading indicator library for Rust CLI and terminal applications
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 = "2024"
name = "loaders"
version = "0.0.0"
authors = ["Muhammad Fiaz <contact@muhammadfiaz.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fully-featured, customisable progress bar and loading indicator library for Rust CLI and terminal applications"
homepage = "https://muhammad-fiaz.github.io/loaders"
documentation = "https://docs.rs/loaders"
readme = "README.md"
keywords = [
    "progress",
    "bar",
    "spinner",
    "cli",
    "terminal",
]
categories = [
    "command-line-interface",
    "visualization",
]
license = "MIT"
repository = "https://github.com/muhammad-fiaz/loaders"

[lib]
name = "loaders"
path = "src/lib.rs"

[[example]]
name = "advanced_customization"
path = "examples/advanced_customization.rs"

[[example]]
name = "basic_bar"
path = "examples/basic_bar.rs"

[[example]]
name = "custom_loader"
path = "examples/custom_loader.rs"

[[example]]
name = "custom_style"
path = "examples/custom_style.rs"

[[example]]
name = "custom_template"
path = "examples/custom_template.rs"

[[example]]
name = "download_simulation"
path = "examples/download_simulation.rs"

[[example]]
name = "eta_and_rate"
path = "examples/eta_and_rate.rs"

[[example]]
name = "iterator_wrap"
path = "examples/iterator_wrap.rs"

[[example]]
name = "multi_progress"
path = "examples/multi_progress.rs"

[[example]]
name = "nested_bars"
path = "examples/nested_bars.rs"

[[example]]
name = "spinner"
path = "examples/spinner.rs"

[[example]]
name = "themed_bar"
path = "examples/themed_bar.rs"

[dependencies]