scrin 0.1.1

A terminal UI toolkit with panes, widgets, overlays, animations, and Aisling-powered effects/loaders.
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.80.0"
name = "scrin"
version = "0.1.1"
authors = ["KnottDynamics"]
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/**",
    "examples/**",
    "tests/**",
    "scripts/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A terminal UI toolkit with panes, widgets, overlays, animations, and Aisling-powered effects/loaders."
documentation = "https://docs.rs/scrin"
readme = "README.md"
keywords = [
    "tui",
    "terminal",
    "widgets",
    "effects",
    "ratatui",
]
categories = [
    "command-line-interface",
    "gui",
    "rendering",
]
license = "MIT OR Apache-2.0"

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.aisling]
version = "0.3.17"

[dependencies.compact_str]
version = "0.8"
default-features = false

[dependencies.crossterm]
version = "0.28"

[dependencies.rand]
version = "0.8"

[dependencies.rand_chacha]
version = "0.3"

[dependencies.ratatui]
version = "0.29"

[dependencies.time]
version = "0.3"

[dev-dependencies.crossterm]
version = "0.28"
features = ["event-stream"]

[dev-dependencies.tokio]
version = "1"
features = ["full"]