[package]
edition = "2024"
name = "barber"
version = "0.1.2"
authors = ["CrypticCreator"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for creating and using thread safe and thread-stable progress bars across different frontends and backends"
readme = "README.md"
keywords = [
"progress",
"abstraction",
"abstract",
"thread-stable",
]
categories = []
license = "MIT"
repository = "https://codeberg.org/CrypticCreator/barber"
[features]
cli_renderer = ["crossterm"]
[lib]
name = "barber"
path = "src/lib.rs"
[dependencies.crossterm]
version = "^0.29.0"
optional = true