[dependencies.futures-core]
optional = true
version = "0.3"
[dependencies.term_size]
optional = true
version = "0.3"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.tokio]
features = ["macros", "time"]
version = "1"
[[example]]
name = "custom_config"
path = "examples/custom_config.rs"
[[example]]
name = "hot"
path = "examples/hot.rs"
[[example]]
name = "pb"
path = "examples/pb.rs"
[features]
auto-width = ["term_size"]
default = ["auto-width"]
streams = ["futures-core"]
[lib]
name = "zzz"
path = "src/lib.rs"
[package]
authors = ["Joel Höner <athre0z@zyantific.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Fast progress bar with sane defaults"
edition = "2021"
keywords = ["progress-bar", "tqdm", "iterator", "stream"]
license = "MIT OR Apache-2.0"
name = "zzz"
readme = "README.md"
repository = "https://github.com/athre0z/zzz"
version = "0.3.2"