nutmeg 0.1.6

An unopinionated progress bar library
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 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"
rust-version = "1.75"
name = "nutmeg"
version = "0.1.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An unopinionated progress bar library"
readme = "README.md"
keywords = [
    "progress",
    "progress-bar",
    "terminal",
    "ansi",
]
license = "MIT"
repository = "https://github.com/sourcefrog/nutmeg"

[lib]
name = "nutmeg"
path = "src/lib.rs"

[[example]]
name = "abandon"
path = "examples/abandon.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "basic_model"
path = "examples/basic_model.rs"

[[example]]
name = "bench"
path = "examples/bench.rs"

[[example]]
name = "clear"
path = "examples/clear.rs"

[[example]]
name = "colored"
path = "examples/colored.rs"

[[example]]
name = "count_but_with_disabled_progress"
path = "examples/count_but_with_disabled_progress.rs"

[[example]]
name = "count_up"
path = "examples/count_up.rs"

[[example]]
name = "display_model"
path = "examples/display_model.rs"

[[example]]
name = "final_message"
path = "examples/final_message.rs"

[[example]]
name = "fizzbuzz"
path = "examples/fizzbuzz.rs"

[[example]]
name = "identical_updates_suppressed"
path = "examples/identical_updates_suppressed.rs"

[[example]]
name = "linear_model"
path = "examples/linear_model.rs"

[[example]]
name = "multiline"
path = "examples/multiline.rs"

[[example]]
name = "multithreaded"
path = "examples/multithreaded.rs"

[[example]]
name = "only_print"
path = "examples/only_print.rs"

[[example]]
name = "print_holdoff"
path = "examples/print_holdoff.rs"

[[example]]
name = "print_partial_lines"
path = "examples/print_partial_lines.rs"

[[example]]
name = "rate_limited"
path = "examples/rate_limited.rs"

[[example]]
name = "right_size_bar"
path = "examples/right_size_bar.rs"

[[example]]
name = "static_view"
path = "examples/static_view.rs"

[[example]]
name = "stderr"
path = "examples/stderr.rs"

[[example]]
name = "suspend"
path = "examples/suspend.rs"

[[example]]
name = "unbounded_model"
path = "examples/unbounded_model.rs"

[[example]]
name = "wide_progress_truncated"
path = "examples/wide_progress_truncated.rs"

[[test]]
name = "api"
path = "tests/api/main.rs"

[[test]]
name = "captured_in_tests"
path = "tests/captured_in_tests.rs"

[[test]]
name = "test_output_captured"
path = "tests/test_output_captured.rs"

[dependencies.atty]
version = "0.2"

[dependencies.terminal_size]
version = "0.4"

[dependencies.yansi]
version = "0.5"

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

[dev-dependencies.tracing]
version = "0.1"

[dev-dependencies.tracing-subscriber]
version = "0.3"