tui-spinner 0.2.3

Customizable animated spinner widgets for Ratatui — braille arcs, bouncing bars, rotating glyphs, and symbol styles
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.74.0"
name = "tui-spinner"
version = "0.2.3"
authors = ["Sorin Albu-Irimies <sorinirimies@gmail.com>"]
build = false
exclude = [
    ".gitea/",
    ".github/",
    ".gitattributes",
    "GITEA_SETUP.md",
    "CHANGELOG.md",
    "cliff.toml",
    "justfile",
    "examples/vhs/",
    "scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Customizable animated spinner widgets for Ratatui — braille arcs, bouncing bars, rotating glyphs, and symbol styles"
homepage = "https://github.com/sorinirimies/tui-spinner"
readme = "README.md"
keywords = [
    "tui",
    "terminal",
    "ratatui",
    "spinner",
    "widget",
]
categories = [
    "command-line-interface",
    "visualization",
    "rendering",
    "gui",
    "graphics",
]
license = "MIT"
repository = "https://github.com/sorinirimies/tui-spinner"

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

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

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

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

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

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

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

[dependencies.ratatui]
version = "0.30"
default-features = false

[dev-dependencies.color-eyre]
version = "0.6"

[dev-dependencies.crossterm]
version = "0.29"

[dev-dependencies.ratatui]
version = "0.30"
features = ["crossterm"]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
strip = true