indicatif 0.12.0

A progress bar and cli reporting library for Rust
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "indicatif"
version = "0.12.0"
authors = ["Armin Ronacher <armin.ronacher@active-4.com>"]
exclude = ["screenshots/*"]
description = "A progress bar and cli reporting library for Rust"
documentation = "https://docs.rs/indicatif"
readme = "README.md"
keywords = ["cli", "progress", "pb", "colors", "progressbar"]
license = "MIT"
repository = "https://github.com/mitsuhiko/indicatif"
[dependencies.console]
version = ">=0.9.0, <1.0.0"

[dependencies.lazy_static]
version = "1.0"

[dependencies.number_prefix]
version = "0.3"

[dependencies.rayon]
version = "1.0"
optional = true

[dependencies.regex]
version = "1.3.1"
features = ["std"]
default-features = false
[dev-dependencies.futures]
version = "0.1"

[dev-dependencies.rand]
version = "0.7.0"

[dev-dependencies.tokio-core]
version = "0.1"

[features]
default = []
with_rayon = ["rayon"]