zzz 0.2.1

Fast progress bar with sane defaults
Documentation
[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"

[features]
auto-width = ["term_size"]
default = ["auto-width"]
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.2.1"