[package] name = "zzz" version = "0.3.1" authors = ["Joel Höner "] edition = "2021" license = "MIT OR Apache-2.0" readme = "README.md" description = "Fast progress bar with sane defaults" repository = "https://github.com/athre0z/zzz" keywords = ["progress-bar", "tqdm", "iterator", "stream"] [features] default = ["auto-width"] auto-width = ["term_size"] streams = ["futures-core"] [dependencies] term_size = { version = "0.3", optional = true } futures-core = { version = "0.3", optional = true } [dev-dependencies] tokio = { version = "1", features = ["macros", "time"] } futures = "0.3"