progress_bar 1.2.0

A simple and elegant crate for displaying progress bars in the terminal. It can estimate and display the remaining time, and includes logging utilities that integrate cleanly with your progress bar output.
Documentation
[dependencies.log]
optional = true
version = "0.4"

[dev-dependencies.env_logger]
version = "0.11"

[features]
default = []
logger = ["log"]

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

[package]
authors = ["Mubelotix <mubelotix@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "A simple and elegant crate for displaying progress bars in the terminal. It can estimate and display the remaining time, and includes logging utilities that integrate cleanly with your progress bar output."
edition = "2021"
license = "MIT"
name = "progress_bar"
readme = "README.md"
repository = "https://github.com/Mubelotix/cli_progress_bar"
version = "1.2.0"

[[test]]
name = "logger"
path = "tests/logger.rs"

[[test]]
name = "test"
path = "tests/test.rs"

[[test]]
name = "test-global"
path = "tests/test-global.rs"