# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "zzz" version = "0.3.1" authors = ["Joel Höner "] description = "Fast progress bar with sane defaults" readme = "README.md" keywords = [ "progress-bar", "tqdm", "iterator", "stream", ] license = "MIT OR Apache-2.0" repository = "https://github.com/athre0z/zzz" [dependencies.futures-core] version = "0.3" optional = true [dependencies.term_size] version = "0.3" optional = true [dev-dependencies.futures] version = "0.3" [dev-dependencies.tokio] version = "1" features = [ "macros", "time", ] [features] auto-width = ["term_size"] default = ["auto-width"] streams = ["futures-core"]