nanospinner 0.3.2

A minimal, zero-dependency terminal spinner for Rust CLI applications
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"
name = "nanospinner"
version = "0.3.2"
build = false
exclude = [
    "proptest-regressions/",
    ".github/",
    "demo.gif",
    "demo.tape",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A minimal, zero-dependency terminal spinner for Rust CLI applications"
readme = "README.md"
keywords = [
    "spinner",
    "terminal",
    "cli",
    "progress",
    "tui",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/anthonysgro/nanospinner"

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

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

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

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

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

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

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

[dependencies]

[dev-dependencies.proptest]
version = "1"