scrin 0.1.83

A terminal UI toolkit with panes, widgets, overlays, animations, and Aisling-powered effects/loaders.
Documentation
[package]
name = "scrin"
version = "0.1.83"
edition = "2021"
rust-version = "1.80.0"
authors = ["KnottDynamics"]
description = "A terminal UI toolkit with panes, widgets, overlays, animations, and Aisling-powered effects/loaders."
readme = "README.md"
documentation = "https://docs.rs/scrin"
license = "MIT OR Apache-2.0"
keywords = ["tui", "terminal", "widgets", "mouse", "selection"]
categories = ["command-line-interface", "gui", "rendering"]
include = [
    "Cargo.toml",
    "README.md",
    "changes.MD",
    "newest_release.MD",
    "src/**",
    "examples/**",
    "tests/**",
    "scripts/**",
]

[package.metadata.docs.rs]
rustdoc-args = ["--cfg", "docsrs"]

[dependencies]
aisling = "0.3.17"
crossterm = "0.28"
time = "0.3"
rand = "0.8"
rand_chacha = "0.3"
compact_str = { version = "0.8", default-features = false }

[dev-dependencies]
crossterm = { version = "0.28", features = ["event-stream"] }
tokio = { version = "1", features = ["full"] }

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