[package]
edition = "2024"
name = "barber"
version = "0.1.3"
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",
]
categories = []
license = "MIT"
repository = "https://codeberg.org/CrypticCreator/barber"
[features]
cli_renderer = [
"crossterm",
"unicode-width",
]
[lib]
name = "barber"
path = "src/lib.rs"
[dependencies.crossterm]
version = "^0.29.0"
optional = true
[dependencies.unicode-width]
version = "^0.2.2"
optional = true