rattles 0.3.1

Minimal terminal spinners 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 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 = "2024"
name = "rattles"
version = "0.3.1"
authors = ["vyfor"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimal terminal spinners for Rust"
readme = "README.md"
keywords = [
    "terminal",
    "tui",
    "spinner",
    "animation",
    "ratatui",
]
categories = [
    "command-line-interface",
    "no-std",
    "no-std::no-alloc",
]
license = "MIT"
repository = "https://github.com/vyfor/rattles"

[features]
default = ["std"]
std = []

[lib]
name = "rattles"
crate-type = ["lib"]
path = "src/lib.rs"

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

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

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

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

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