scrin-widgets 0.2.4

Scrin-native widgets and Aisling terminal effects for immersive TUIs.
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"
rust-version = "1.85"
name = "scrin-widgets"
version = "0.2.4"
build = false
include = [
    "Cargo.toml",
    "README.md",
    "src/**",
    "examples/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scrin-native widgets and Aisling terminal effects for immersive TUIs."
documentation = "https://docs.rs/scrin-widgets"
readme = "README.md"
keywords = [
    "scrin",
    "tui",
    "widgets",
    "aisling",
]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Tknott95/ScrinExtras"

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

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

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

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

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

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

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

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

[dependencies.scrin]
version = "0.1.83"

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