[dependencies.futures-core]
optional = true
version = "0.3"
[dependencies.term_size]
version = "0.3"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.tokio]
features = ["macros", "time"]
version = "1"
[features]
default = []
streams = ["futures-core"]
[package]
authors = ["Joel Höner <athre0z@zyantific.com>"]
description = "Fast progress bar with sane defaults"
edition = "2018"
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.1.2"